|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.agreement.definition.WSAgreementFactory
public abstract class WSAgreementFactory
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 | |
|---|---|
WSAgreementFactory()
|
|
| Method Summary | |
|---|---|
abstract Agreement |
newAgreement()
|
abstract AgreementTemplate |
newAgreementTemplate()
|
static WSAgreementFactory |
newInstance()
Get a new instance of a WSDMFactory. |
abstract WSAgreementReader |
newWSAgreementReader()
Create a new instance of a QoSMetrics. |
abstract WSAgreementWriter |
newWSAgreementWriter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAgreementFactory()
| Method Detail |
|---|
public static WSAgreementFactory newInstance()
throws WSAgreementException
The steps in order are:
Once an instance of a WSDMFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSAgreementException
public abstract WSAgreementReader newWSAgreementReader()
throws WSAgreementException
WSDMException
WSAgreementException
public abstract WSAgreementWriter newWSAgreementWriter()
throws WSAgreementException
WSAgreementException
public abstract Agreement newAgreement()
throws WSAgreementException
WSAgreementException
public abstract AgreementTemplate newAgreementTemplate()
throws WSAgreementException
WSAgreementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||