Uses of Interface
org.eclipse.wst.wsdl.WSDLElement

Packages that use WSDLElement
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
org.eclipse.wst.wsdl.binding.soap The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of WSDLElement in org.eclipse.wst.wsdl
 

Subinterfaces of WSDLElement in org.eclipse.wst.wsdl
 interface Binding
           A representation of the model object 'Binding'.
 interface BindingFault
           A representation of the model object 'Binding Fault'.
 interface BindingInput
           A representation of the model object 'Binding Input'.
 interface BindingOperation
           A representation of the model object 'Binding Operation'.
 interface BindingOutput
           A representation of the model object 'Binding Output'.
 interface Definition
           A representation of the model object 'Definition'.
 interface ExtensibilityElement
           A representation of the model object 'Extensibility Element'.
 interface ExtensibleElement
           A representation of the model object 'Extensible Element'.
 interface Fault
           A representation of the model object 'Fault'.
 interface Import
           A representation of the model object 'Import'.
 interface Input
           A representation of the model object 'Input'.
 interface Message
           A representation of the model object 'Message'.
 interface MessageReference
           A representation of the model object 'Message Reference'.
 interface Operation
           A representation of the model object 'Operation'.
 interface Output
           A representation of the model object 'Output'.
 interface Part
           A representation of the model object 'Part'.
 interface Port
           A representation of the model object 'Port'.
 interface PortType
           A representation of the model object 'Port Type'.
 interface Service
           A representation of the model object 'Service'.
 interface Types
           A representation of the model object 'Types'.
 interface UnknownExtensibilityElement
           A representation of the model object 'Unknown Extensibility Element'.
 interface XSDSchemaExtensibilityElement
           A representation of the model object 'XSD Schema Extensibility Element'.
 

Methods in org.eclipse.wst.wsdl that return WSDLElement
 WSDLElement WSDLElement.getContainer()
          Returns the value of the 'Container' reference.
 

Uses of WSDLElement in org.eclipse.wst.wsdl.binding.soap
 

Subinterfaces of WSDLElement in org.eclipse.wst.wsdl.binding.soap
 interface SOAPAddress
           A representation of the model object 'Address'.
 interface SOAPBinding
           A representation of the model object 'Binding'.
 interface SOAPBody
           A representation of the model object 'Body'.
 interface SOAPFault
           A representation of the model object 'Fault'.
 interface SOAPHeader
           A representation of the model object 'Header'.
 interface SOAPHeaderBase
           A representation of the model object 'Header Base'.
 interface SOAPHeaderFault
           A representation of the model object 'Header Fault'.
 interface SOAPOperation
           A representation of the model object 'Operation'.