|
|||||||||
| Home >> All >> org >> oasisOpen >> docs >> wsrf >> x2005 >> x01 >> [ wsrfInterop20Draft03Wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl
Class AbstractPrinterFactoryResource

java.lang.Objectorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractPrinterFactoryResource
- All Implemented Interfaces:
- org.apache.ws.resource.Resource
- Direct Known Subclasses:
- PrinterFactoryResource
- public abstract class AbstractPrinterFactoryResource
- extends java.lang.Object
- implements org.apache.ws.resource.Resource
- extends java.lang.Object
An abstract PrinterFactory WS-Resource.
NOTE: This class is generated and is NOT meant to be modified.
| Field Summary | |
private org.apache.ws.addressing.EndpointReference |
m_endpointReference
|
protected java.lang.String |
m_id
The resource ID of the instance. |
| Constructor Summary | |
AbstractPrinterFactoryResource()
|
|
| Method Summary | |
void |
addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
Adds a listener to be invoked when the resource has been terminated. |
void |
destroy()
DOCUMENT_ME |
org.apache.ws.addressing.EndpointReference |
getEndpointReference()
Returns the EndpointReference associated with this Resource. |
java.lang.Object |
getID()
DOCUMENT_ME |
void |
init()
DOCUMENT_ME |
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
private org.apache.ws.addressing.EndpointReference m_endpointReference
| Constructor Detail |
AbstractPrinterFactoryResource
public AbstractPrinterFactoryResource()
| Method Detail |
setID
public void setID(java.lang.Object id)
- DOCUMENT_ME
- Specified by:
setIDin 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()
- DOCUMENT_ME
- Specified by:
destroyin interfaceorg.apache.ws.resource.Resource
init
public void init()
- DOCUMENT_ME
- Specified by:
initin interfaceorg.apache.ws.resource.Resource
addTerminationListener
public void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
- Adds a listener to be invoked when the resource has been terminated.
- Specified by:
addTerminationListenerin 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 >> oasisOpen >> docs >> wsrf >> x2005 >> x01 >> [ wsrfInterop20Draft03Wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractPrinterFactoryResource