|
|||||||||
| Home >> All >> org >> [ everest overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.everest
Class AbstractWeatherStationSoapResource

java.lang.Objectorg.everest.AbstractWeatherStationSoapResource
- All Implemented Interfaces:
- org.apache.ws.resource.Resource
- Direct Known Subclasses:
- WeatherStationSoapResource
- public abstract class AbstractWeatherStationSoapResource
- extends java.lang.Object
- implements org.apache.ws.resource.Resource
- extends java.lang.Object
An abstract WeatherStationSoap WS-Resource.
NOTE: This class is generated and is NOT meant to be modified.
| Field Summary | |
protected org.apache.ws.addressing.EndpointReference |
m_endpointReference
The EndpointReference for this resource * |
protected java.lang.String |
m_id
The resource ID of the instance. |
private java.util.List |
m_terminationListeners
A list of termination listeners to be notified when the resource is terminated. |
| Constructor Summary | |
AbstractWeatherStationSoapResource()
|
|
| Method Summary | |
void |
addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
DOCUMENT_ME |
void |
destroy()
The WS-RF runtime system ends the lifecycle of a Resource
object by invoking this method. |
org.apache.ws.addressing.EndpointReference |
getEndpointReference()
Returns the EndpointReference associated with this Resource. |
java.lang.Object |
getID()
DOCUMENT_ME |
void |
init()
The WS-RF runtime system initializes a Resource object by
invoking this method. |
void |
setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
Sets the EndpointReference associated with this Resource. |
void |
setID(java.lang.Object id)
DOCUMENT_ME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_id
protected java.lang.String m_id
- The resource ID of the instance.
m_endpointReference
protected org.apache.ws.addressing.EndpointReference m_endpointReference
- The EndpointReference for this resource *
m_terminationListeners
private java.util.List m_terminationListeners
- A list of termination listeners to be notified when the resource is terminated.
| Constructor Detail |
AbstractWeatherStationSoapResource
public AbstractWeatherStationSoapResource()
| Method Detail |
setID
public void setID(java.lang.Object id)
- DOCUMENT_ME
- Specified by:
setIDin interfaceorg.apache.ws.resource.Resource
addTerminationListener
public void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
- DOCUMENT_ME
- Specified by:
addTerminationListenerin interfaceorg.apache.ws.resource.Resource
getID
public java.lang.Object getID()
- DOCUMENT_ME
- Specified by:
getIDin interfaceorg.apache.ws.resource.Resource
destroy
public void destroy()
- Description copied from interface:
org.apache.ws.resource.Resource - The WS-RF runtime system ends the lifecycle of a org.apache.ws.resource.Resource
object by invoking this method.
- Specified by:
destroyin interfaceorg.apache.ws.resource.Resource
init
public void init()
- Description copied from interface:
org.apache.ws.resource.Resource - The WS-RF runtime system initializes a org.apache.ws.resource.Resource object by
invoking this method.
- Specified by:
initin interfaceorg.apache.ws.resource.Resource
getEndpointReference
public org.apache.ws.addressing.EndpointReference getEndpointReference()
- Returns the EndpointReference associated with this Resource.
- Specified by:
getEndpointReferencein interfaceorg.apache.ws.resource.Resource
setEndpointReference
public void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
- Sets the EndpointReference associated with this Resource.
|
|||||||||
| Home >> All >> org >> [ everest overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.everest.AbstractWeatherStationSoapResource