Uses of Interface
javax.wsdl.WSDLElement
-
Packages that use WSDLElement Package Description com.ibm.wsdl javax.wsdl -
-
Uses of WSDLElement in com.ibm.wsdl
Classes in com.ibm.wsdl that implement WSDLElement Modifier and Type Class Description classAbstractWSDLElementAbstract super class for all WSDL Elements, providing some basic common functionality.classBindingFaultImplThis class represents a fault binding.classBindingImplThis class represents a port type binding and describes the protocol required for using operations in a port type.classBindingInputImplThis class represents an input binding.classBindingOperationImplThis class represents a WSDL operation binding.classBindingOutputImplThis class represents an output binding.classDefinitionImplThis class represents a WSDL definition.classFaultImplThis class represents a fault message, and contains the name of the fault and the message itself.classImportImplThis class represents an import, and may contain a reference to the imported definition.classInputImplThis class represents an input message, and contains the name of the input and the message itself.classMessageImplThis class describes a message used for communication with an operation.classOperationImplThis class represents a WSDL operation.classOutputImplThis class represents an output message, and contains the name of the output and the message itself.classPartImplThis class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.classPortImplThis class represents a port, an endpoint for the functionality described by a particular port type.classPortTypeImplThis class represents a port type.classServiceImplThis class represents a service, which groups related ports to provide some functionality.classTypesImplThis class represents the <types> section of a WSDL document. -
Uses of WSDLElement in javax.wsdl
Subinterfaces of WSDLElement in javax.wsdl Modifier and Type Interface Description interfaceBindingThis interface represents a port type binding and describes the protocol required for using operations in a port type.interfaceBindingFaultThis interface represents a fault binding.interfaceBindingInputThis interface represents an input binding.interfaceBindingOperationThis interface represents a WSDL operation binding.interfaceBindingOutputThis interface represents an output binding.interfaceDefinitionThis interface represents a WSDL definition.interfaceFaultThis interface represents a fault message, and contains the name of the fault and the message itself.interfaceImportThis interface represents an import, and may contain a reference to the imported definition.interfaceInputThis interface represents an input message, and contains the name of the input and the message itself.interfaceMessageThis interface describes a message used for communication with an operation.interfaceOperationThis interface represents a WSDL operation.interfaceOutputThis interface represents an output message, and contains the name of the output and the message itself.interfacePartThis interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.interfacePortThis interface represents a port, an endpoint for the functionality described by a particular port type.interfacePortTypeThis interface represents a port type.interfaceServiceThis interface represents a service, which groups related ports to provide some functionality.interfaceTypesThis interface represents the <types> section of a WSDL document.
-