Uses of Interface
javax.wsdl.extensions.AttributeExtensible
-
Packages that use AttributeExtensible Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of AttributeExtensible in com.ibm.wsdl
Classes in com.ibm.wsdl that implement AttributeExtensible 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 AttributeExtensible in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml with parameters of type AttributeExtensible Modifier and Type Method Description protected voidWSDLReaderImpl. parseExtensibilityAttributes(org.w3c.dom.Element el, java.lang.Class parentType, AttributeExtensible attrExt, Definition def)protected voidWSDLWriterImpl. printExtensibilityAttributes(java.lang.Class parentType, AttributeExtensible attrExt, Definition def, java.io.PrintWriter pw) -
Uses of AttributeExtensible in javax.wsdl
Subinterfaces of AttributeExtensible 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.interfaceWSDLElementThis interface represents all WSDL Elements
-