Uses of Interface
com.sun.tools.ws.wsdl.framework.Elemental

Packages that use Elemental
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.document.http   
com.sun.tools.ws.wsdl.document.jaxws   
com.sun.tools.ws.wsdl.document.mime   
com.sun.tools.ws.wsdl.document.soap   
com.sun.tools.ws.wsdl.framework   
 

Uses of Elemental in com.sun.tools.ws.wsdl.document
 

Classes in com.sun.tools.ws.wsdl.document that implement Elemental
 class Binding
          Entity corresponding to the "binding" WSDL element.
 class BindingFault
          Entity corresponding to the "fault" child element of a binding operation.
 class BindingInput
          Entity corresponding to the "input" child element of a binding operation.
 class BindingOperation
          Entity corresponding to the "operation" child element of a WSDL "binding" element.
 class BindingOutput
          Entity corresponding to the "output" child element of a binding operation.
 class Definitions
          Entity corresponding to the "definitions" WSDL element.
 class Fault
          Entity corresponding to the "fault" child element of a port type operation.
 class Import
          Entity corresponding to the "import" WSDL element.
 class Input
          Entity corresponding to the "input" child element of a port type operation.
 class Message
          Entity corresponding to the "message" WSDL element.
 class MessagePart
          Entity corresponding to a WSDL message part.
 class Operation
          Entity corresponding to the "operation" child element of a "portType" WSDL element.
 class Output
          Entity corresponding to the "output" child element of a port type operation.
 class Port
          Entity corresponding to the "port" WSDL element.
 class PortType
          Entity corresponding to the "portType" WSDL element.
 class Service
          Entity corresponding to the "service" WSDL element.
 class Types
          Entity corresponding to the "types" WSDL element.
 

Uses of Elemental in com.sun.tools.ws.wsdl.document.http
 

Classes in com.sun.tools.ws.wsdl.document.http that implement Elemental
 class HTTPAddress
          A HTTP address extension.
 class HTTPBinding
          A HTTP binding extension.
 class HTTPOperation
          A HTTP operation extension.
 class HTTPUrlEncoded
          A HTTP urlEncoded extension.
 class HTTPUrlReplacement
          A HTTP urlReplacement extension.
 

Uses of Elemental in com.sun.tools.ws.wsdl.document.jaxws
 

Classes in com.sun.tools.ws.wsdl.document.jaxws that implement Elemental
 class JAXWSBinding
           
 

Uses of Elemental in com.sun.tools.ws.wsdl.document.mime
 

Classes in com.sun.tools.ws.wsdl.document.mime that implement Elemental
 class MIMEContent
          A MIME content extension.
 class MIMEMultipartRelated
          A MIME multipartRelated extension.
 class MIMEPart
          A MIME part extension.
 class MIMEXml
          A MIME mimeXml extension.
 

Uses of Elemental in com.sun.tools.ws.wsdl.document.soap
 

Classes in com.sun.tools.ws.wsdl.document.soap that implement Elemental
 class SOAP12Binding
           
 class SOAPAddress
          A SOAP address extension.
 class SOAPBinding
          A SOAP binding extension.
 class SOAPBody
          A SOAP body extension.
 class SOAPFault
          A SOAP fault extension.
 class SOAPHeader
          A SOAP header extension.
 class SOAPHeaderFault
          A SOAP header fault extension.
 class SOAPOperation
          A SOAP operation extension.
 

Uses of Elemental in com.sun.tools.ws.wsdl.framework
 

Subinterfaces of Elemental in com.sun.tools.ws.wsdl.framework
 interface Defining
          An interface implemented by entities that define target namespaces.
 interface GloballyKnown
          An interface implemented by entities which can be defined in a target namespace.
 interface Identifiable
          An interface implemented by entities which have an ID.
 

Classes in com.sun.tools.ws.wsdl.framework that implement Elemental
 class Entity
          An entity, typically corresponding to an XML element.
 class ExtensionImpl
          An entity extending another entity.
 class GlobalEntity
          An entity that can be defined in a target namespace.