|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSDMException in com.ebmwebsourcing.wsstar.dm |
|---|
| Methods in com.ebmwebsourcing.wsstar.dm that throw WSDMException | |
|---|---|
org.w3c.dom.Document |
WSDMFactoryImpl.addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
|
abstract org.w3c.dom.Document |
WSDMFactory.addManageabilityReferencesInInterfaceOfEndpoint(java.net.URL wsdl,
javax.xml.namespace.QName serviceName,
java.lang.String endpoint)
|
org.w3c.dom.Document |
WSDMFactoryImpl.createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
|
abstract org.w3c.dom.Document |
WSDMFactory.createWSDMWSDL(javax.xml.namespace.QName service,
java.lang.String endpoint)
|
static WSDMFactory |
WSDMFactory.newInstance()
Get a new instance of a WSDMFactory. |
QoSDuration |
WSDMFactoryImpl.newQoSDuration()
|
abstract QoSDuration |
WSDMFactory.newQoSDuration()
Create a new instance of a QoSDuration. |
QoSInteger |
WSDMFactoryImpl.newQoSInteger()
|
abstract QoSInteger |
WSDMFactory.newQoSInteger()
Create a new instance of a QoSInteger. |
QoSMetrics |
WSDMFactoryImpl.newQoSMetrics()
|
abstract QoSMetrics |
WSDMFactory.newQoSMetrics()
Create a new instance of a QoSMetrics. |
WSDMReader |
WSDMFactoryImpl.newWSDMReader()
Create a new instance of a WSDLReaderImpl. |
abstract WSDMReader |
WSDMFactory.newWSDMReader()
Create a new instance of a WSDLReaderImpl. |
WSDMWriter |
WSDMFactoryImpl.newWSDMWriter()
Create a new instance of a WSDLWriterImpl. |
abstract WSDMWriter |
WSDMFactory.newWSDMWriter()
Create a new instance of a WSDLWriterImpl. |
| Uses of WSDMException in com.ebmwebsourcing.wsstar.dm.api |
|---|
| Methods in com.ebmwebsourcing.wsstar.dm.api that throw WSDMException | |
|---|---|
org.w3c.dom.Document |
WSDMDescription.getDocument()
|
org.w3c.dom.Document |
WSDMWriter.getDocument(QoSMetrics wsdmDef)
|
QoSMetrics |
WSDMReader.readOperationMetric(org.w3c.dom.Document wsdmDocument)
|
void |
QoSMetrics.setLastRequestSize(QoSInteger lastRequestSize)
|
void |
QoSMetrics.setLastResponseSize(QoSInteger lastResponseSize)
|
void |
QoSMetrics.setLastResponseTime(QoSDuration lastResponseTime)
|
void |
QoSMetrics.setMaxRequestSize(QoSInteger maxRequestSize)
|
void |
QoSMetrics.setMaxResponseSize(QoSInteger maxResponseSize)
|
void |
QoSMetrics.setMaxResponseTime(QoSDuration maxResponseTime)
|
void |
QoSMetrics.setNumberOfFailedRequests(QoSInteger numberOfFailedRequests)
|
void |
QoSMetrics.setNumberOfRequests(QoSInteger numberOfRequests)
|
void |
QoSMetrics.setNumberOfSuccessfulRequests(QoSInteger numberOfSuccessfulRequests)
|
void |
QoSMetrics.setServiceTime(QoSDuration serviceTime)
|
java.lang.String |
WSDMWriter.writeOperationMetric(QoSMetrics wsdmDef)
|
| Uses of WSDMException in com.ebmwebsourcing.wsstar.dm.api.expression |
|---|
| Methods in com.ebmwebsourcing.wsstar.dm.api.expression that throw WSDMException | |
|---|---|
void |
QoSDuration.setAll(QoSDuration qd)
|
void |
QoSInteger.setAll(QoSInteger qint)
|
void |
QosExpression.setLastUpdated(java.util.Date d)
|
void |
QosExpression.setResetAt(java.util.Date d)
|
| Uses of WSDMException in com.ebmwebsourcing.wsstar.dm.impl |
|---|
| Methods in com.ebmwebsourcing.wsstar.dm.impl that throw WSDMException | |
|---|---|
static org.w3c.dom.Document |
WSDMDescriptionImpl.addManageabilityReferencesInInterfaceOfEndpoint(org.ow2.easywsdl.wsdl.api.Description desc,
javax.xml.namespace.QName serviceName,
java.lang.String endpointName)
|
org.w3c.dom.Document |
WSDMDescriptionImpl.getDocument()
|
org.w3c.dom.Document |
WSDMWriterImpl.getDocument(QoSMetrics wsdmDef)
|
QoSMetrics |
WSDMReaderImpl.readOperationMetric(org.w3c.dom.Document wsdlDocument)
|
void |
QoSMetricsImpl.setLastRequestSize(QoSInteger lastRequestSize)
|
void |
QoSMetricsImpl.setLastResponseSize(QoSInteger lastResponseSize)
|
void |
QoSMetricsImpl.setLastResponseTime(QoSDuration lastResponseTime)
|
void |
QoSMetricsImpl.setMaxRequestSize(QoSInteger maxRequestSize)
|
void |
QoSMetricsImpl.setMaxResponseSize(QoSInteger maxResponseSize)
|
void |
QoSMetricsImpl.setMaxResponseTime(QoSDuration maxResponseTime)
|
void |
QoSMetricsImpl.setNumberOfFailedRequests(QoSInteger numberOfFailedRequests)
|
void |
QoSMetricsImpl.setNumberOfRequests(QoSInteger numberOfRequests)
|
void |
QoSMetricsImpl.setNumberOfSuccessfulRequests(QoSInteger numberOfSuccessfulRequests)
|
void |
QoSMetricsImpl.setServiceTime(QoSDuration serviceTime)
|
java.lang.String |
WSDMWriterImpl.writeOperationMetric(QoSMetrics wsdmDef)
|
| Constructors in com.ebmwebsourcing.wsstar.dm.impl that throw WSDMException | |
|---|---|
WSDMDescriptionImpl(javax.xml.namespace.QName serviceName,
java.lang.String endpointName)
|
|
WSDMJAXBContext()
Private object initializations |
|
WSDMJAXBContext(java.util.List<java.lang.Class> addedObjectFactories)
Private object initializations |
|
WSDMReaderImpl()
|
|
WSDMReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
|
|
WSDMWriterImpl()
|
|
WSDMWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
|
|
| Uses of WSDMException in com.ebmwebsourcing.wsstar.dm.impl.expression |
|---|
| Methods in com.ebmwebsourcing.wsstar.dm.impl.expression that throw WSDMException | |
|---|---|
void |
QoSDurationImpl.setAll(QoSDuration qd)
|
void |
QoSIntegerImpl.setAll(QoSInteger qint)
|
void |
QoSIntegerImpl.setLastUpdated(java.util.Date d)
|
void |
QoSDurationImpl.setLastUpdated(java.util.Date d)
|
void |
QoSIntegerImpl.setResetAt(java.util.Date d)
|
void |
QoSDurationImpl.setResetAt(java.util.Date d)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||