pp108 : Service

Service

Represents a service, which groups related ports to provide some functionality.

Method

Description

getName

Returns the value of the name attribute of the service node

getPorts

Creates a Port object for each port in the WSDL and returns a collection of Port objects

getPort(name)

Returns the appropriate Port object for the name specified

getDocumentation

Returns the documentation node containing some human readable documentation

getDefinition

Returns the parent Definition object of this Service object

getXMLNode

Returns the XML node corresponding to this Service object