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

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

Uses of ExtensibilityElement in org.eclipse.wst.wsdl
 

Subinterfaces of ExtensibilityElement in org.eclipse.wst.wsdl
 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 ExtensibilityElement
 ExtensibilityElement WSDLFactory.createExtensibilityElement()
          Returns a new object of class 'Extensibility Element'
 

Uses of ExtensibilityElement in org.eclipse.wst.wsdl.binding.http
 

Subinterfaces of ExtensibilityElement in org.eclipse.wst.wsdl.binding.http
 interface HTTPAddress
          A representation of the model object 'Address'
 interface HTTPBinding
          A representation of the model object 'Binding'
 interface HTTPOperation
          A representation of the model object 'Operation'
 interface HTTPUrlEncoded
          A representation of the model object 'Url Encoded'
 interface HTTPUrlReplacement
          A representation of the model object 'Url Replacement'
 

Uses of ExtensibilityElement in org.eclipse.wst.wsdl.binding.mime
 

Subinterfaces of ExtensibilityElement in org.eclipse.wst.wsdl.binding.mime
 interface MIMEContent
          A representation of the model object 'Content'
 interface MIMEMimeXml
          A representation of the model object 'Mime Xml'
 interface MIMEMultipartRelated
          A representation of the model object 'Multipart Related'
 interface MIMEPart
          A representation of the model object 'Part'
 

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

Subinterfaces of ExtensibilityElement 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'
 

Uses of ExtensibilityElement in org.eclipse.wst.wsdl.util
 

Methods in org.eclipse.wst.wsdl.util that return ExtensibilityElement
 ExtensibilityElement ExtensibilityElementFactory.createExtensibilityElement(java.lang.String namespace, java.lang.String localName)