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