Binding | This interface represents a port type binding and describes the
protocol required for using operations in a port type.
|
BindingFault | This interface represents a fault binding. |
BindingInput | This interface represents an input binding. |
BindingOperation | This interface represents a WSDL operation binding.
|
BindingOutput | This interface represents an output binding. |
Definition | This interface represents a WSDL definition.
|
Fault | This interface represents a fault message, and contains the name
of the fault and the message itself.
|
Import | This interface represents an import, and may contain a reference
to the imported definition.
|
Input | This interface represents an input message, and contains the name
of the input and the message itself.
|
Message | This interface describes a message used for communication with an operation.
|
Operation | This interface represents a WSDL operation.
|
Output | This interface represents an output message, and contains the name
of the output and the message itself.
|
Part | This interface represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
|
Port | This interface represents a port, an endpoint for the
functionality described by a particular port type.
|
PortType | This interface represents a port type. |
Service | This interface represents a service, which groups related
ports to provide some functionality.
|
Types | This interface represents the <types> section of a WSDL document.
|