|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
---|
Uses of WSDLElement in org.ow2.easywsdl.wsdl.impl.wsdl11 |
---|
Classes in org.ow2.easywsdl.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 |
MessageImpl
|
class |
OperationImpl
|
class |
OutputImpl
|
class |
PartImpl
|
class |
ServiceImpl
|
class |
TypesImpl
|
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 |
IncludeImpl
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |