|
|||||||||
| 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 AbstractPrinterFactoryService

java.lang.Objectorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractPrinterFactoryService
- All Implemented Interfaces:
- org.apache.ws.resource.handler.WsrfService
- Direct Known Subclasses:
- PrinterFactoryService
- public abstract class AbstractPrinterFactoryService
- extends java.lang.Object
- implements org.apache.ws.resource.handler.WsrfService
- extends java.lang.Object
This class should be generated on every "generation" against the WSDL. This will ensure it is always up-to-date with the WSDL. NOTE: This class is generated and is NOT meant to be modified.
| Field Summary | |
private boolean |
m_isInitialized
DOCUMENT_ME |
private org.apache.ws.resource.handler.ServiceSoapMethodNameMap |
m_methodNameMap
DOCUMENT_ME |
static java.lang.String |
TARGET_NSPREFIX
DOCUMENT_ME |
static java.lang.String |
TARGET_NSURI
DOCUMENT_ME |
| Constructor Summary | |
AbstractPrinterFactoryService()
|
|
| Method Summary | |
java.lang.String |
getMethodName(javax.xml.namespace.QName requestQname)
DOCUMENT_ME |
org.apache.ws.resource.handler.SoapMethodNameMap |
getMethodNameMap()
DOCUMENT_ME |
abstract org.apache.ws.resource.ResourceContext |
getResourceContext()
DOCUMENT_ME |
void |
init()
DOCUMENT_ME |
protected boolean |
isInitialized()
DOCUMENT_ME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TARGET_NSURI
public static final java.lang.String TARGET_NSURI
- DOCUMENT_ME
- See Also:
- Constant Field Values
TARGET_NSPREFIX
public static final java.lang.String TARGET_NSPREFIX
- DOCUMENT_ME
- See Also:
- Constant Field Values
m_methodNameMap
private org.apache.ws.resource.handler.ServiceSoapMethodNameMap m_methodNameMap
- DOCUMENT_ME
m_isInitialized
private boolean m_isInitialized
- DOCUMENT_ME
| Constructor Detail |
AbstractPrinterFactoryService
public AbstractPrinterFactoryService()
| Method Detail |
getMethodName
public java.lang.String getMethodName(javax.xml.namespace.QName requestQname)
- DOCUMENT_ME
getResourceContext
public abstract org.apache.ws.resource.ResourceContext getResourceContext()
- DOCUMENT_ME
- Specified by:
getResourceContextin interfaceorg.apache.ws.resource.handler.WsrfService
getMethodNameMap
public final org.apache.ws.resource.handler.SoapMethodNameMap getMethodNameMap()
- DOCUMENT_ME
- Specified by:
getMethodNameMapin interfaceorg.apache.ws.resource.handler.WsrfService
init
public void init()
- DOCUMENT_ME
- Specified by:
initin interfaceorg.apache.ws.resource.handler.WsrfService
isInitialized
protected final boolean isInitialized()
- DOCUMENT_ME
|
|||||||||
| 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.AbstractPrinterFactoryService