Interface ServiceDescriptionWSDL
- All Known Implementing Classes:
ServiceDescriptionImpl
public interface ServiceDescriptionWSDL
-
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.DefinitionList<javax.wsdl.Port>getWSDLPortsUsingPortType(QName portTypeQN) Return a collection of WSDL ports under this service which use the portType QName.List<javax.wsdl.Port>getWSDLPortsUsingSOAPAddress(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.Serviceboolean
-
Method Details
-
getWSDLWrapper
WSDLWrapper getWSDLWrapper() -
getGeneratedWsdlWrapper
WSDLWrapper getGeneratedWsdlWrapper() -
getWSDLService
javax.wsdl.Service getWSDLService() -
getWSDLPorts
Map getWSDLPorts() -
getWSDLPortsUsingPortType
Return a collection of WSDL ports under this service which use the portType QName.- Parameters:
portTypeQN-- Returns:
-
getWSDLPortsUsingSOAPAddress
Return a subset of the collection of WSDL ports which specify a SOAP 1.1 or 1.2 address.- Parameters:
wsdlPorts-- Returns:
-
getWSDLLocation
String getWSDLLocation() -
getWSDLDefinition
javax.wsdl.Definition getWSDLDefinition() -
isWSDLSpecified
boolean isWSDLSpecified()
-