org.idoox.wasp.wsdl
Interface SOAPServiceInfo


public interface SOAPServiceInfo

A meta data about SOAP Service.

All important information about each service is stored in this structure.

Since:
4.0
Component:
Core

Method Summary
 Definition getDefinition()
          Gets WSDL definition.
 java.lang.String getDocumentation()
          returns documentation
 SOAPPortInfo getPortInfo(java.lang.String portName)
          returns port info for a given port name
 SOAPPortInfo[] getPortInfos()
          returns all port infos
 SOAPPortInfo[] getPortInfos(QName portTypeQName)
          returns port infos
 QName getServiceQName()
          returns service name
 

Method Detail

getDocumentation

public java.lang.String getDocumentation()
returns documentation


getServiceQName

public QName getServiceQName()
returns service name


getPortInfos

public SOAPPortInfo[] getPortInfos(QName portTypeQName)
returns port infos


getPortInfos

public SOAPPortInfo[] getPortInfos()
returns all port infos


getPortInfo

public SOAPPortInfo getPortInfo(java.lang.String portName)
returns port info for a given port name


getDefinition

public Definition getDefinition()
Gets WSDL definition.

Returns:
WSDL definition