org.apache.axis2.jaxws.description
Interface ServiceDescriptionWSDL


public interface ServiceDescriptionWSDL


Method Summary
 WSDLWrapper getGeneratedWsdlWrapper()
           
 javax.wsdl.Definition getWSDLDefinition()
           
 java.lang.String getWSDLLocation()
           
 java.util.Map getWSDLPorts()
           
 java.util.List<javax.wsdl.Port> getWSDLPortsUsingPortType(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()
           
 

Method Detail

getWSDLWrapper

WSDLWrapper getWSDLWrapper()

getGeneratedWsdlWrapper

WSDLWrapper getGeneratedWsdlWrapper()

getWSDLService

javax.wsdl.Service getWSDLService()

getWSDLPorts

java.util.Map getWSDLPorts()

getWSDLPortsUsingPortType

java.util.List<javax.wsdl.Port> getWSDLPortsUsingPortType(QName portTypeQN)
Return a collection of WSDL ports under this service which use the portType QName.

Parameters:
portTypeQN -
Returns:

getWSDLPortsUsingSOAPAddress

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.

Parameters:
wsdlPorts -
Returns:

getWSDLLocation

java.lang.String getWSDLLocation()

getWSDLDefinition

javax.wsdl.Definition getWSDLDefinition()

isWSDLSpecified

boolean isWSDLSpecified()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.