Uses of Interface
javax.wsdl.extensions.AttributeExtensible
Packages that use AttributeExtensible
-
Uses of AttributeExtensible in com.ibm.wsdl
Classes in com.ibm.wsdl that implement AttributeExtensibleModifier and TypeClassDescriptionclassAbstract super class for all WSDL Elements, providing some basic common functionality.classThis class represents a fault binding.classThis class represents a port type binding and describes the protocol required for using operations in a port type.classThis class represents an input binding.classThis class represents a WSDL operation binding.classThis class represents an output binding.classThis class represents a WSDL definition.classThis class represents a fault message, and contains the name of the fault and the message itself.classThis class represents an import, and may contain a reference to the imported definition.classThis class represents an input message, and contains the name of the input and the message itself.classThis class describes a message used for communication with an operation.classThis class represents a WSDL operation.classThis class represents an output message, and contains the name of the output and the message itself.classThis class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.classThis class represents a port, an endpoint for the functionality described by a particular port type.classThis class represents a port type.classThis class represents a service, which groups related ports to provide some functionality.classThis 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 AttributeExtensibleModifier and TypeMethodDescriptionprotected voidWSDLReaderImpl.parseExtensibilityAttributes(Element el, Class parentType, AttributeExtensible attrExt, Definition def) protected voidWSDLWriterImpl.printExtensibilityAttributes(Class parentType, AttributeExtensible attrExt, Definition def, PrintWriter pw) -
Uses of AttributeExtensible in javax.wsdl
Subinterfaces of AttributeExtensible in javax.wsdlModifier and TypeInterfaceDescriptioninterfaceThis interface represents a port type binding and describes the protocol required for using operations in a port type.interfaceThis interface represents a fault binding.interfaceThis interface represents an input binding.interfaceThis interface represents a WSDL operation binding.interfaceThis interface represents an output binding.interfaceThis interface represents a WSDL definition.interfaceThis interface represents a fault message, and contains the name of the fault and the message itself.interfaceThis interface represents an import, and may contain a reference to the imported definition.interfaceThis interface represents an input message, and contains the name of the input and the message itself.interfaceThis interface describes a message used for communication with an operation.interfaceThis interface represents a WSDL operation.interfaceThis interface represents an output message, and contains the name of the output and the message itself.interfaceThis interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.interfaceThis interface represents a port, an endpoint for the functionality described by a particular port type.interfaceThis interface represents a port type.interfaceThis interface represents a service, which groups related ports to provide some functionality.interfaceThis interface represents the <types> section of a WSDL document.interfaceThis interface represents all WSDL Elements