|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.dm.WSDMFactory
com.ebmwebsourcing.wsstar.dm.WSDMFactoryImpl
public class WSDMFactoryImpl
This class is a concrete implementation of the abstract class WSDMFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor Summary | |
|---|---|
WSDMFactoryImpl()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
|
org.w3c.dom.Document |
createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
|
QoSDuration |
newQoSDuration()
Create a new instance of a QoSDuration. |
QoSInteger |
newQoSInteger()
Create a new instance of a QoSInteger. |
QoSMetrics |
newQoSMetrics()
Create a new instance of a QoSMetrics. |
WSDMReader |
newWSDMReader()
Create a new instance of a WSDLReaderImpl. |
WSDMWriter |
newWSDMWriter()
Create a new instance of a WSDLWriterImpl. |
| Methods inherited from class com.ebmwebsourcing.wsstar.dm.WSDMFactory |
|---|
newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDMFactoryImpl()
| Method Detail |
|---|
public WSDMReader newWSDMReader()
throws WSDMException
newWSDMReader in class WSDMFactoryWSDMException
public WSDMWriter newWSDMWriter()
throws WSDMException
newWSDMWriter in class WSDMFactoryWSDMException
public QoSMetrics newQoSMetrics()
throws WSDMException
WSDMFactory
newQoSMetrics in class WSDMFactoryWSDMException
public QoSDuration newQoSDuration()
throws WSDMException
WSDMFactory
newQoSDuration in class WSDMFactoryWSDMException
public QoSInteger newQoSInteger()
throws WSDMException
WSDMFactory
newQoSInteger in class WSDMFactoryWSDMException
public org.w3c.dom.Document createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
throws WSDMException
createWSDMWSDL in class WSDMFactoryWSDMException
public org.w3c.dom.Document addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
throws WSDMException
addManageabilityReferencesInInterfaceOfEndpoint in class WSDMFactoryWSDMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||