Uses of Interface
oracle.wsdl.internal.Namable

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

Uses of Namable in oracle.wsdl.common
 

Classes in oracle.wsdl.common that implement Namable
TypeName
 class oracle.wsdl.common.NamableElement
          The abstract NamableElement class represents a WSDLElement that has a name.
 

Uses of Namable in oracle.wsdl.extension.soap
 

Classes in oracle.wsdl.extension.soap that implement Namable
TypeName
 class SOAPFault
          SOAPFault represents the soap:fault element which is used to specify the contents of the SOAP Fault Details element.
 

Uses of Namable in oracle.wsdl.internal
 

Subinterfaces of Namable 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 BindingOperation
          BindingOperation represents an operation binding that specifies binding information for the operation, including input, output and fault messages.
 interface Definitions
          The Definitions interface represents a WSDL definitions.
 interface Fault
          This interface represents the WSDL operation Fault definition.
 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.
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.