Uses of Interface
oracle.wsdl.internal.ExtensibilityElement

Packages that use.*
PackageDescription
oracle.wsdl.extension.soap   
oracle.wsdl.internal   
 

Uses of ExtensibilityElement in oracle.wsdl.extension.soap
 

Classes in oracle.wsdl.extension.soap that implement ExtensibilityElement
TypeName
 class SOAPAddress
          SOAPAddress represents SOAP address binding that is used to give a port an address(a URI).
 class SOAPBinding
          SOAPBinding represents SOAP binding element which is to signify that the binding is bound to the SOAP protocol format: Envelope, Header and Body.
 class SOAPBody
          SOAPBody represents soap:body element which is used to specify how the message parts appear inside the SOAP body element for both RPC-oriented or document-oriented messages.
 class SOAPFault
          SOAPFault represents the soap:fault element which is used to specify the contents of the SOAP Fault Details element.
 class SOAPHeader
          SOAPHeader represents soap:header element that allows header to be defined that are transmitted inside the Header element of the SOAP envelope.
 class SOAPHeaderFault
          SOAPHeaderFault represents soap:headerFault element that appear inside soap:header and allows specification of the header types that are used to transmit error information pertaining to the header defined by the soap:header.
 class SOAPOperation
          SOAPOperation represents soap:operation element that provides information for the operation as a whole.
 

Uses of ExtensibilityElement in oracle.wsdl.internal
 

Methods in oracle.wsdl.internal that return ExtensibilityElement
TypeName
 ExtensibilityElement Extensible.getFirstExtensibilityElement(java.lang.String extElementName)
          Get the first extensibility element with the specified element name
 

Methods in oracle.wsdl.internal with parameters of type ExtensibilityElement
TypeName
 void Extensible.addExtensibilityElement(ExtensibilityElement extElement)
          Add an extensibility element
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.