pp108 : PortType

PortType

Represents a portType. It contains information about operations associated with this portType.

Method

Description

getQName

Returns a QName object for the name attribute of the portType node

getOperations

Creates an Operation object for each operation in the WSDL and returns a collection of Operation objects

getOperation(name)

Returns the appropriate Operation object for the name specified

getDocumentation

Returns the documentation node containing some human readable documentation

getDefinition

Returns the parent Definition object corresponding to this PortType object

getXMLNode

Returns the XML node corresponding to this PortType object