pp108 : Port

Port

Represents a port, which is an endpoint for the functionality described by a particular portType.

Method

Description

getName

Returns the value of the name attribute of the port node

getBindingQName

Returns the QName object of the binding associated with the port

getBinding

Returns the Binding object associated with the Port

getSOAPAddressLocation

Returns the value of the location attribute associated with the soap:address

getHTTPAddressLocation

Returns the value of the location attribute associated with the http:address

getDocumentation

Returns the documentation node containing some human readable documentation for this port

getDefinition

Returns the parent Definition object corresponding to this Port object

getXMLNode

Returns the XML node corresponding to this Port object

isHTTPPort

Returns true if is a http port

isSOAPPort

Returns true if is a soap port