|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactory
public abstract class WSAddressingFactory
This abstract class defines a factory API that enables applications to obtain a WSDMFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor Summary | |
|---|---|
protected |
WSAddressingFactory()
|
| Method Summary | |
|---|---|
static WSAddressingFactory |
getInstance()
|
abstract EndpointReferenceType |
newEndpointReferenceType()
|
static WSAddressingFactory |
newInstance()
Deprecated. |
abstract WSAddressingReader |
newWSAddressingReader()
Create a new instance of a QoSMetrics. |
abstract WSAddressingWriter |
newWSAddressingWriter()
|
abstract void |
setJAXBObjectFactoryList(java.util.List<java.lang.Class> objectFactories)
Create a new instance of a WSDLWriterImpl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WSAddressingFactory()
| Method Detail |
|---|
public static WSAddressingFactory getInstance()
@Deprecated
public static WSAddressingFactory newInstance()
throws WSAddressingException
The steps in order are:
Once an instance of a WSDMFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSAddressingException
public abstract WSAddressingReader newWSAddressingReader()
throws WSAddressingException
WSDMException
WSAddressingException
public abstract WSAddressingWriter newWSAddressingWriter()
throws WSAddressingException
WSAddressingException
public abstract EndpointReferenceType newEndpointReferenceType()
throws WSAddressingException
WSAddressingExceptionpublic abstract void setJAXBObjectFactoryList(java.util.List<java.lang.Class> objectFactories)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||