Uses of Interface
org.ow2.easywsdl.wsdl.api.WSDLElement

Packages that use WSDLElement
org.ow2.easywsdl.wsdl.api   
org.ow2.easywsdl.wsdl.api.abstractElmt   
org.ow2.easywsdl.wsdl.api.abstractItf   
org.ow2.easywsdl.wsdl.api.binding.wsdl20.http   
org.ow2.easywsdl.wsdl.api.binding.wsdl20.soap   
org.ow2.easywsdl.wsdl.decorator   
org.ow2.easywsdl.wsdl.impl.wsdl11   
org.ow2.easywsdl.wsdl.impl.wsdl20   
org.ow2.easywsdl.wsdl.impl.wsdl20.binding.http   
org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap   
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.api
 

Subinterfaces of WSDLElement in org.ow2.easywsdl.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 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
           
 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 org.ow2.easywsdl.wsdl.api.abstractElmt
 

Classes in org.ow2.easywsdl.wsdl.api.abstractElmt that implement WSDLElement
 class AbstractBindingImpl<E,I extends AbsItfInterfaceType,BO extends AbsItfBindingOperation>
           
 class AbstractBindingOperationImpl<E,O extends AbsItfOperation,BIn extends AbsItfBindingInput,BOut extends AbsItfBindingOutput,BF extends AbsItfBindingFault>
           
 class AbstractBindingParamImpl<E>
           
 class AbstractBindingPartImpl<E>
           
 class AbstractDescriptionImpl<E,S extends AbsItfService<I,? extends AbsItfEndpoint>,Ep extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType<? extends AbsItfOperation>,Incl extends AbsItfInclude<? extends AbsItfDescription>,Impt extends AbsItfImport<? extends AbsItfDescription>,T extends AbsItfTypes>
           
 class AbstractEndpointImpl<E,S extends AbsItfService,B extends AbsItfBinding>
           
 class AbstractImportImpl<E,D extends AbsItfDescription>
           
 class AbstractIncludeImpl<E,D extends AbsItfDescription>
           
 class AbstractInterfaceTypeImpl<E,Op extends AbsItfOperation<? extends AbsItfInput,? extends AbsItfOutput,? extends AbsItfFault>>
           
 class AbstractOperationImpl<E,In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>
           
 class AbstractParamImpl<E>
           
 class AbstractPartImpl<E>
           
 class AbstractServiceImpl<E,I extends AbsItfInterfaceType<? extends AbsItfOperation>,Ep extends AbsItfEndpoint>
           
 class AbstractTypesImpl<E,S extends Schema,Impt extends AbsItfImport>
           
 class AbstractWSDLElementImpl<E>
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.api.abstractItf
 

Subinterfaces of WSDLElement in org.ow2.easywsdl.wsdl.api.abstractItf
 interface AbsItfBinding<I extends AbsItfInterfaceType,BO extends AbsItfBindingOperation>
          This interface represents a port type binding and describes the protocol required for using operations in a port type.
 interface AbsItfBindingFault
          This interface represents a fault binding.
 interface AbsItfBindingInput
          This interface represents a fault binding.
 interface AbsItfBindingOperation<O extends AbsItfOperation,BIn extends AbsItfBindingInput,BOut extends AbsItfBindingOutput,BF extends AbsItfBindingFault>
          This interface represents a WSDL operation binding.
 interface AbsItfBindingOutput
          This interface represents a fault binding.
 interface AbsItfBindingParam
          This interface represents an input message, and contains the name of the input and the message itself.
 interface AbsItfDescription<S extends AbsItfService,E extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType,Incl extends AbsItfInclude,Impt extends AbsItfImport,T extends AbsItfTypes>
          This interface represents a WSDL definition.
 interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>
          This interface represents a port, an endpoint for the functionality described by a particular port type.
 interface AbsItfFault
          This interface represents a fault message, and contains the name of the fault and the message itself.
 interface AbsItfImport<D extends AbsItfDescription>
          This interface represents an import, and may contain a reference to the imported definition.
 interface AbsItfInclude<D extends AbsItfDescription>
          This interface represents an include, and may contain a reference to the included definition.
 interface AbsItfInput
          This interface represents an input message, and contains the name of the input and the message itself.
 interface AbsItfInterfaceType<O extends AbsItfOperation>
          This interface represents a port type.
 interface AbsItfOperation<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>
          This interface represents a WSDL operation.
 interface AbsItfOutput
          This interface represents an output message, and contains the name of the output and the message itself.
 interface AbsItfParam
          This interface represents an input message, and contains the name of the input and the message itself.
 interface AbsItfService<I extends AbsItfInterfaceType,E extends AbsItfEndpoint>
          This interface represents a service, which groups related endpoints to provide some functionality.
 interface AbsItfTypes<S extends AbsItfSchema,Impt extends AbsItfImport>
          This interface represents the <types> section of a WSDL document.
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.api.binding.wsdl20.http
 

Subinterfaces of WSDLElement in org.ow2.easywsdl.wsdl.api.binding.wsdl20.http
 interface HTTPHeader
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.api.binding.wsdl20.soap
 

Subinterfaces of WSDLElement in org.ow2.easywsdl.wsdl.api.binding.wsdl20.soap
 interface SOAPHeader
           
 interface SOAPModule
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.decorator
 

Classes in org.ow2.easywsdl.wsdl.decorator with type parameters of type WSDLElement
 class Decorator<IO extends WSDLElement>
           
 

Classes in org.ow2.easywsdl.wsdl.decorator that implement WSDLElement
 class Decorator<IO extends WSDLElement>
           
 class DecoratorBindingFaultImpl
           
 class DecoratorBindingImpl<I extends AbsItfInterfaceType,BO extends AbsItfBindingOperation>
           
 class DecoratorBindingInputImpl
           
 class DecoratorBindingOperationImpl<O extends AbsItfOperation,BIn extends AbsItfBindingInput,BOut extends AbsItfBindingOutput,BF extends AbsItfBindingFault>
           
 class DecoratorBindingOutputImpl
           
 class DecoratorBindingParamImpl<BP extends AbsItfBindingParam>
           
 class DecoratorBindingPartImpl
           
 class DecoratorDescriptionImpl<S extends AbsItfService,E extends AbsItfEndpoint,B extends AbsItfBinding,I extends AbsItfInterfaceType,Incl extends AbsItfInclude,Impt extends AbsItfImport,T extends AbsItfTypes>
           
 class DecoratorEndpointImpl<S extends AbsItfService,B extends AbsItfBinding>
           
 class DecoratorFaultImpl
           
 class DecoratorImportImpl<D extends AbsItfDescription>
           
 class DecoratorIncludeImpl<D extends AbsItfDescription>
           
 class DecoratorInputImpl
           
 class DecoratorInterfaceTypeImpl<O extends AbsItfOperation>
           
 class DecoratorOperationImpl<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>
           
 class DecoratorOutputImpl
           
 class DecoratorParamImpl<P extends AbsItfParam>
           
 class DecoratorPartImpl
           
 class DecoratorServiceImpl<I extends AbsItfInterfaceType,E extends AbsItfEndpoint>
           
 class DecoratorTypesImpl<S extends AbsItfSchema,Impt extends AbsItfImport>
           
 

Fields in org.ow2.easywsdl.wsdl.decorator declared as WSDLElement
protected  IO Decorator.internalObject
           
 

Methods in org.ow2.easywsdl.wsdl.decorator that return WSDLElement
 WSDLElement Decorator.getInternalObject()
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.impl.wsdl11
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl11 that implement WSDLElement
 class MessageImpl
           
 class PartImpl
           
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl11 with parameters of type WSDLElement
static TBinding BindingImpl.replaceDOMElementByTBinding(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TImport ImportImpl.replaceDOMElementByTImport(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TMessage MessageImpl.replaceDOMElementByTMessage(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TPortType InterfaceTypeImpl.replaceDOMElementByTPortType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TService ServiceImpl.replaceDOMElementByTService(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TTypes TypesImpl.replaceDOMElementByTTypes(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
 

Constructors in org.ow2.easywsdl.wsdl.impl.wsdl11 with parameters of type WSDLElement
PartImpl(TPart part, WSDLElement parent)
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.impl.wsdl20
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl20 that implement WSDLElement
 class BindingFaultImpl
           
 class BindingImpl
           
 class BindingInputImpl
           
 class BindingOperationImpl
           
 class BindingOutputImpl
           
 class DescriptionImpl
           
 class DocumentationImpl
           
 class EndpointImpl
           
 class FaultImpl
           
 class ImportImpl
           
 class IncludeImpl
           
 class InputImpl
           
 class InterfaceTypeImpl
           
 class OperationImpl
           
 class OutputImpl
           
 class ServiceImpl
           
 class TypesImpl
           
 

Methods in org.ow2.easywsdl.wsdl.impl.wsdl20 with parameters of type WSDLElement
static BindingType BindingImpl.replaceDOMElementByBindingType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static ImportType ImportImpl.replaceDOMElementByImportType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static IncludeType IncludeImpl.replaceDOMElementByIncludeType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static InterfaceType InterfaceTypeImpl.replaceDOMElementByInterfaceType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static ServiceType ServiceImpl.replaceDOMElementByServiceType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
static TypesType TypesImpl.replaceDOMElementByTypesType(WSDLElement parent, org.w3c.dom.Element childToReplace, WSDLReaderImpl reader)
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.impl.wsdl20.binding.http
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl20.binding.http that implement WSDLElement
 class HTTPHeaderImpl
           
 

Uses of WSDLElement in org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap
 

Classes in org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap that implement WSDLElement
 class SOAPHeaderImpl
           
 class SOAPModuleImpl
           
 



Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.