Uses of Interface
com.ebmwebsourcing.commons.wsdl.api.WSDLElement

Packages that use WSDLElement
com.ebmwebsourcing.commons.wsdl.api   
com.ebmwebsourcing.commons.wsdl.api.abstractElmt   
com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.http   
com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.soap   
com.ebmwebsourcing.commons.wsdl.impl.wsdl11   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.http   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.soap   
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.api
 

Subinterfaces of WSDLElement in com.ebmwebsourcing.commons.wsdl.api
 interface Binding
          This interface represents a port type binding and describes the protocol required for using operations in a port type.
 interface BindingFault
          This interface represents a fault binding.
 interface BindingInput
          This interface represents a fault binding.
 interface BindingOperation
          This interface represents a WSDL operation binding.
 interface BindingOutput
          This interface represents a fault binding.
 interface BindingParam
          This interface represents an input message, and contains the name of the input and the message itself.
 interface BindingPart
          This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
 interface Description
          This interface represents a WSDL definition.
 interface Documentation
          This interface represents an documentation, and contains the content of the input and the message itself.
 interface Endpoint
          This interface represents a port, an endpoint for the functionality described by a particular port type.
 interface Fault
          This interface represents a fault message, and contains the name of the fault and the message itself.
 interface Import
          This interface represents an import, and may contain a reference to the imported definition.
 interface Include
          This interface represents an include, and may contain a reference to the included definition.
 interface Input
          This interface represents an input message, and contains the name of the input and the message itself.
 interface InterfaceType
          This interface represents a port type.
 interface Operation
          This interface represents a WSDL operation.
 interface Output
          This interface represents an output message, and contains the name of the output and the message itself.
 interface Param
          This interface represents an input message, and contains the name of the input and the message itself.
 interface Part
          This interface represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
 interface Service
          This interface represents a service, which groups related endpoints to provide some functionality.
 interface Types
          This interface represents the <types> section of a WSDL document.
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.api.abstractElmt
 

Classes in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that implement WSDLElement
 class AbstractBindingImpl<E>
           
 class AbstractBindingOperationImpl<E>
           
 class AbstractBindingParamImpl<E>
           
 class AbstractBindingPartImpl<E>
           
 class AbstractDescriptionImpl<E>
           
 class AbstractEndpointImpl<E>
           
 class AbstractImportImpl<E>
           
 class AbstractIncludeImpl<E>
           
 class AbstractInterfaceTypeImpl<E>
           
 class AbstractOperationImpl<E>
           
 class AbstractParamImpl<E>
           
 class AbstractPartImpl<E>
           
 class AbstractServiceImpl<E>
           
 class AbstractSOAPBindingImpl<E>
           
 class AbstractTypesImpl<E>
           
 class AbstractWSDLElementImpl<E>
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.http
 

Subinterfaces of WSDLElement in com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.http
 interface HTTPHeader
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.soap
 

Subinterfaces of WSDLElement in com.ebmwebsourcing.commons.wsdl.api.binding.wsdl20.soap
 interface SOAPHeader
           
 interface SOAPModule
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.impl.wsdl11
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 that implement WSDLElement
 class BindingFaultImpl
           
 class BindingImpl
           
 class BindingInputImpl
           
 class BindingOperationImpl
           
 class BindingOutputImpl
           
 class DescriptionImpl
           
 class DocumentationImpl
           
 class EndpointImpl
           
 class FaultImpl
           
 class ImportImpl
           
 class InputImpl
           
 class InterfaceTypeImpl
           
 class OperationImpl
           
 class OutputImpl
           
 class PartImpl
           
 class ServiceImpl
           
 class TypesImpl
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.impl.wsdl20
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 that implement WSDLElement
 class IncludeImpl
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.http
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.http that implement WSDLElement
 class HTTPHeaderImpl
           
 

Uses of WSDLElement in com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.soap
 

Classes in com.ebmwebsourcing.commons.wsdl.impl.wsdl20.binding.soap that implement WSDLElement
 class SOAPHeaderImpl
           
 class SOAPModuleImpl
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.