public interface ServiceDescriptionWSDL
| Modifier and Type | Method and Description |
|---|---|
WSDLWrapper |
getGeneratedWsdlWrapper() |
javax.wsdl.Definition |
getWSDLDefinition() |
java.lang.String |
getWSDLLocation() |
java.util.Map |
getWSDLPorts() |
java.util.List<javax.wsdl.Port> |
getWSDLPortsUsingPortType(javax.xml.namespace.QName portTypeQN)
Return a collection of WSDL ports under this service which use the portType QName.
|
java.util.List<javax.wsdl.Port> |
getWSDLPortsUsingSOAPAddress(java.util.List<javax.wsdl.Port> wsdlPorts)
Return a subset of the collection of WSDL ports which specify a SOAP 1.1 or 1.2 address.
|
javax.wsdl.Service |
getWSDLService() |
WSDLWrapper |
getWSDLWrapper() |
boolean |
isWSDLSpecified() |
WSDLWrapper getWSDLWrapper()
WSDLWrapper getGeneratedWsdlWrapper()
javax.wsdl.Service getWSDLService()
java.util.Map getWSDLPorts()
java.util.List<javax.wsdl.Port> getWSDLPortsUsingPortType(javax.xml.namespace.QName portTypeQN)
portTypeQN - java.util.List<javax.wsdl.Port> getWSDLPortsUsingSOAPAddress(java.util.List<javax.wsdl.Port> wsdlPorts)
wsdlPorts - java.lang.String getWSDLLocation()
javax.wsdl.Definition getWSDLDefinition()
boolean isWSDLSpecified()
Copyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.