|
Interface Summary |
| AbsItfBinding<I extends AbsItfInterfaceType,BO extends AbsItfBindingOperation> |
This interface represents a port type binding and describes the protocol
required for using operations in a port type. |
| AbsItfBindingFault |
This interface represents a fault binding. |
| AbsItfBindingInput |
This interface represents a fault binding. |
| AbsItfBindingOperation<O extends AbsItfOperation,BIn extends AbsItfBindingInput,BOut extends AbsItfBindingOutput,BF extends AbsItfBindingFault> |
This interface represents a WSDL operation binding. |
| AbsItfBindingOutput |
This interface represents a fault binding. |
| AbsItfBindingParam |
This interface represents an input message, and contains the name of the
input and the message itself. |
| AbsItfDescription<S extends AbsItfService,E extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType,Incl extends AbsItfInclude,Impt extends AbsItfImport,T extends AbsItfTypes> |
This interface represents a WSDL definition. |
| AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding> |
This interface represents a port, an endpoint for the functionality described
by a particular port type. |
| AbsItfFault |
This interface represents a fault message, and contains the name of the fault
and the message itself. |
| AbsItfImport<D extends AbsItfDescription> |
This interface represents an import, and may contain a reference to the
imported definition. |
| AbsItfInclude<D extends AbsItfDescription> |
This interface represents an include, and may contain a reference to the
included definition. |
| AbsItfInput |
This interface represents an input message, and contains the name of the
input and the message itself. |
| AbsItfInterfaceType<O extends AbsItfOperation> |
This interface represents a port type. |
| AbsItfOperation<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault> |
This interface represents a WSDL operation. |
| AbsItfOutput |
This interface represents an output message, and contains the name of the
output and the message itself. |
| AbsItfParam |
This interface represents an input message, and contains the name of the
input and the message itself. |
| AbsItfService<I extends AbsItfInterfaceType,E extends AbsItfEndpoint> |
This interface represents a service, which groups related endpoints to
provide some functionality. |
| AbsItfTypes<S extends AbsItfSchema,Impt extends AbsItfImport> |
This interface represents the <types> section of a WSDL document. |