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 AbstractWSDLElement
          Abstract super class for all WSDL Elements, providing some basic common functionality.
 class BindingFaultImpl
          This class represents a fault binding.
 class BindingImpl
          This class represents a port type binding and describes the protocol required for using operations in a port type.
 class BindingInputImpl
          This class represents an input binding.
 class BindingOperationImpl
          This class represents a WSDL operation binding.
 class BindingOutputImpl
          This class represents an output binding.
 class DefinitionImpl
          This class represents a WSDL definition.
 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 MessageImpl
          This class describes a message used for communication with an operation.
 class OperationImpl
          This class represents a WSDL operation.
 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 PortImpl
          This class represents a port, an endpoint for the functionality described by a particular port type.
 class PortTypeImpl
          This class represents a port type.
 class ServiceImpl
          This class represents a service, which groups related ports to provide some functionality.
 class TypesImpl
          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 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 Binding
          This interface represents a port type binding and describes the protocol required for using operations in a port type.
 interface BindingFault
          This interface represents a fault binding.
 interface BindingInput
          This interface represents an input binding.
 interface BindingOperation
          This interface represents a WSDL operation binding.
 interface BindingOutput
          This interface represents an output binding.
 interface Definition
          This interface represents a WSDL definition.
 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 Message
          This interface describes a message used for communication with an operation.
 interface Operation
          This interface represents a WSDL operation.
 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 Port
          This interface represents a port, an endpoint for the functionality described by a particular port type.
 interface PortType
          This interface represents a port type.
 interface Service
          This interface represents a service, which groups related ports to provide some functionality.
 interface Types
          This interface represents the <types> section of a WSDL document.
 interface WSDLElement
          This interface represents all WSDL Elements
 



Copyright ? 2003,2006 IBM. All Rights Reserved.