public interface SOAPWebService
SOAPWebService
is a collection of SOAPWebServiceOperation
. contains the actual WSDL-definition for all operationsModifier and Type | Method and Description |
---|---|
Collection<Namespace> |
getDeclaredNamespaces()
get all namespaces required for this webservice
|
javax.wsdl.Definition |
getDefinition()
get the WSDL-
Definition of the webservice |
String |
getId()
get the ID
|
QName |
getName()
get the service-name
|
List<SOAPWebServiceOperation> |
getOperations()
get all operations registered with this
SOAPWebService |
String |
getPort()
get the port
|
static SOAPWebService |
getService(String id)
get the registered
SOAPWebService with the provided ID. |
String |
getUrl()
get the URL the webservice will be invoked on
|
static SOAPWebService getService(String id)
SOAPWebService
with the provided ID.SOAPWebServiceOperation.getOperation(String, String)
javax.wsdl.Definition getDefinition()
Definition
of the webserviceQName getName()
String getId()
String getPort()
List<SOAPWebServiceOperation> getOperations()
SOAPWebService
Collection<Namespace> getDeclaredNamespaces()
String getUrl()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.