pp108 : Binding

Binding

Represents a binding which is associated with a portType and defines message format and protocol details for operations and messages defined by the portType.

Method

Description

getBindingOperations

Creates a BindingOperation Object for each binding in the WSDL and returns a collection of BindingOperation Objects

getQName

Returns a QName Object for the name attribute of the binding node

getTransportValue

Returns the value of the transport attribute of the soap:binding node

getVerbValue

Returns the value of the verb attribute of the http:binding node

getStyleValue

Returns the value of the style attribute of the soap:binding node

getPortType

Returns the PortType Object associated with the Binding

getDocumentation

Returns the documentation node containing human readable documentation

getDefinition

Returns the parent Definition object corresponding to this Binding object

getXMLNode

Returns the XML node corresponding to this Binding object

getBindingOperation(name)

Returns the appropriate BindingOperation object for the name specified