|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.addressing.addressing4agreement.monitoring.impl.WSAddressing4AgreementFactory
public abstract class WSAddressing4AgreementFactory
This abstract class defines a factory API that enables applications to obtain a WSDLFactory 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 | |
|---|---|
WSAddressing4AgreementFactory()
|
|
| Method Summary | |
|---|---|
abstract EndpointReferenceType |
addMonitoringElmt2Description(com.ebmwebsourcing.wsstar.addressing.definition.api.absitf.AbsItfEndpointReferenceType desc)
Create a new instance of a Definition. |
abstract EndpointReferenceType |
newEndpointReferenceType()
|
static WSAddressing4AgreementFactory |
newInstance()
Get a new instance of a WSDLFactory. |
abstract WSAddressing4AgreementReader |
newWSAddressing4AgreementReader()
Create a new instance of a WSDLReaderImpl. |
abstract WSAddressing4AgreementReader |
newWSAddressing4AgreementReader(java.util.Map<com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a WSDLReaderImpl. |
abstract WSAddressing4AgreementWriter |
newWSAddressing4AgreementWriter()
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 |
|---|
public WSAddressing4AgreementFactory()
| Method Detail |
|---|
public static WSAddressing4AgreementFactory newInstance()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
The steps in order are:
Once an instance of a WSDLFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
public abstract EndpointReferenceType addMonitoringElmt2Description(com.ebmwebsourcing.wsstar.addressing.definition.api.absitf.AbsItfEndpointReferenceType desc)
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
SAWSDLException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
public abstract EndpointReferenceType newEndpointReferenceType()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
public abstract WSAddressing4AgreementReader newWSAddressing4AgreementReader()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
SAWSDLException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
public abstract WSAddressing4AgreementReader newWSAddressing4AgreementReader(java.util.Map<com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader.FeatureConstants,java.lang.Object> features)
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
SAWSDLException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
public abstract WSAddressing4AgreementWriter newWSAddressing4AgreementWriter()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
SAWSDLException
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||