Uses of Interface
javax.wsdl.extensions.AttributeExtensible

Packages that use AttributeExtensible
com.ibm.wsdl   
com.ibm.wsdl.xml   
javax.wsdl   
 

Uses of AttributeExtensible in com.ibm.wsdl
 

Classes in com.ibm.wsdl that implement AttributeExtensible
 class FaultImpl
          This class represents a fault message, and contains the name of the fault and the message itself.
 class ImportImpl
          This class represents an import, and may contain a reference to the imported definition.
 class InputImpl
          This class represents an input message, and contains the name of the input and the message itself.
 class OutputImpl
          This class represents an output message, and contains the name of the output and the message itself.
 class PartImpl
          This class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
 class PortTypeImpl
          This class represents a port type.
 

Uses of AttributeExtensible in com.ibm.wsdl.xml
 

Methods in com.ibm.wsdl.xml with parameters of type AttributeExtensible
protected  void WSDLReaderImpl.parseExtensibilityAttributes(org.w3c.dom.Element el, java.lang.Class parentType, AttributeExtensible attrExt, Definition def)
           
protected  void WSDLWriterImpl.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
 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.
 



Copyright ? 2003,2005 IBM. All Rights Reserved.