|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.dm.WSDMFactory
public abstract class WSDMFactory
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 | |
|---|---|
WSDMFactory()
|
|
| Method Summary | |
|---|---|
abstract org.w3c.dom.Document |
addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
|
abstract org.w3c.dom.Document |
createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
|
static WSDMFactory |
newInstance()
Get a new instance of a WSDMFactory. |
abstract QoSDuration |
newQoSDuration()
Create a new instance of a QoSDuration. |
abstract QoSInteger |
newQoSInteger()
Create a new instance of a QoSInteger. |
abstract QoSMetrics |
newQoSMetrics()
Create a new instance of a QoSMetrics. |
abstract WSDMReader |
newWSDMReader()
Create a new instance of a WSDLReaderImpl. |
abstract WSDMWriter |
newWSDMWriter()
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 WSDMFactory()
| Method Detail |
|---|
public static WSDMFactory newInstance()
throws WSDMException
The steps in order are:
Once an instance of a WSDMFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSDMException
public abstract QoSMetrics newQoSMetrics()
throws WSDMException
WSDMException
public abstract QoSDuration newQoSDuration()
throws WSDMException
WSDMException
public abstract QoSInteger newQoSInteger()
throws WSDMException
WSDMException
public abstract WSDMReader newWSDMReader()
throws WSDMException
WSDMException
public abstract WSDMWriter newWSDMWriter()
throws WSDMException
WSDMException
public abstract org.w3c.dom.Document createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
throws WSDMException
WSDMException
public abstract org.w3c.dom.Document addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
throws WSDMException
WSDMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||