Uses of Interface
oracle.wsdl.internal.WSDLElement

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

Uses of WSDLElement in oracle.wsdl.common
 

Classes in oracle.wsdl.common that implement WSDLElement
TypeName
 class oracle.wsdl.common.NamableElement
          The abstract NamableElement class represents a WSDLElement that has a name.
 class oracle.wsdl.common.WSDLElementImpl
          Abstract class WSDLElementImpl implements WSDLElement partially, and is the base class for implementation.
 

Uses of WSDLElement in oracle.wsdl.extension.soap
 

Classes in oracle.wsdl.extension.soap that implement WSDLElement
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 WSDLElement in oracle.wsdl.internal
 

Subinterfaces of WSDLElement in oracle.wsdl.internal
TypeName
 interface Binding
          Binding represents a WSDL Binding definition.
 interface BindingFault
          BindingFault represents the fault binding of a binding operation.
 interface BindingInput
          BindingInput represents the input binding of a binding operation.
 interface BindingOperation
          BindingOperation represents an operation binding that specifies binding information for the operation, including input, output and fault messages.
 interface BindingOutput
          BindingOutput represents the output binding of a binding operation.
 interface Definitions
          The Definitions interface represents a WSDL definitions.
 interface Documentation
          Documentation represents WSDL documentation element
 interface ExtensibilityElement
          This interface represents the WSDL extensibility elements such as SOAP bindings.
 interface Fault
          This interface represents the WSDL operation Fault definition.
 interface Import
          Import represents an import inside a WSDL definitions.
 interface Input
          This interface represents the WSDL operation Input definition.
 interface Message
          This interface represents WSDL Message definition.
 interface Operation
          Operation represents the WSDL Operation definition.
 interface Output
          This interface represents the Output definition of WSDL operation.
 interface Part
          Part represents WSDL part definition of messages
 interface Port
          This Port represents WSDL port definition of services.
 interface PortType
          PortType represents WSDL portType definition.
 interface Service
          This interface represents the WSDL Service definition.
 interface Types
          Types represents Types definition of WSDL
 

Methods in oracle.wsdl.internal that return WSDLElement
TypeName
 WSDLElement WSDLElement.getParent()
          Get parent WSDL element
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.