Uses of Interface
javax.wsdl.extensions.AttributeExtensible

Packages that use AttributeExtensible
javax.wsdl   
 

Uses of AttributeExtensible in javax.wsdl
 

Subinterfaces of AttributeExtensible in javax.wsdl
 interface Fault
          This interface represents a fault message, and contains the name of the fault and the message itself.
 interface Import
          This interface represents an import, and may contain a reference to the imported definition.
 interface Input
          This interface represents an input message, and contains the name of the input and the message itself.
 interface Output
          This interface represents an output message, and contains the name of the output and the message itself.
 interface Part
          This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
 interface PortType
          This interface represents a port type.