|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSDLElement in org.apache.woden.internal |
Methods in org.apache.woden.internal with parameters of type WSDLElement | |
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected void |
DOMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(java.lang.Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc)
|
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected abstract void |
BaseWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
protected void |
OMWSDLReader.parseExtensionAttributes(XMLElement domEl,
java.lang.Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc)
|
protected void |
OMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem)
|
Uses of WSDLElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement WSDLElement | |
class |
BindingFaultImpl
This class represents the BindingFault component from the WSDL 2.0 Component Model and the <fault> child element of the WSDL <binding> element. |
class |
BindingFaultReferenceImpl
This class represents the BindingFaultReference component of the WSDL 2.0 Component model and the <infault> or <outfault> child element of a WSDL binding <operation>. |
class |
BindingImpl
This class represents the Binding component from the WSDL 2.0 Component Model and the WSDL <binding> element. |
class |
BindingMessageReferenceImpl
This class represents the BindingMessageReference component of the WSDL 2.0 Component model and the <input> and <output> child elements of a WSDL binding <operation>. |
class |
BindingOperationImpl
This class represents the BindingOperation component from the WSDL 2.0 Component Model and the <operation> child element of the WSDL <binding> element. |
class |
DescriptionImpl
This class provides the implementation for a Description component from the WSDL Component Model, as described in the WSDL 2.0 specification. |
class |
DocumentableImpl
An abstract superclass for WSDL 2.0 elements which can have <documentation> child elements. |
class |
DocumentationImpl
This class implements support for parsing, creating and manipulating a WSDL 2.0 <wsdl:documentation> XML element. |
class |
EndpointImpl
This class represents the Endpoint component and the <endpoint> element. |
class |
ImportImpl
This class implements the <wsdl:import> element. |
class |
IncludeImpl
This class implements the <wsdl:include> element. |
class |
InterfaceFaultImpl
This class represents the InterfaceFault component from the WSDL 2.0 Component Model and the <fault> child element of the <interface> element. |
class |
InterfaceFaultReferenceImpl
This class represents the InterfaceFaultReference component of the WSDL 2.0 Component model and the <infault> and <outfault> child elements of an interface <operation>. |
class |
InterfaceImpl
This class represents the Interface component from the WSDL 2.0 Component Model and <interface> element. |
class |
InterfaceMessageReferenceImpl
This class represents the <input> and <output> child elements of interface operation. |
class |
InterfaceOperationImpl
This class represents the InterfaceOperation component from the WSDL 2.0 Component Model and the <operation> child element of the <interface> element. |
class |
NestedImpl
This abstract superclass implements support for accessing or setting the 'parent' of a nested WSDL component. |
class |
ServiceImpl
This class represents the Service component and the <service> element. |
class |
TypesImpl
This class represents the WSDL <types> element. |
class |
WSDLElementImpl
This abstract class defines the behaviour common to all WSDL elements. |
class |
WSDLObjectImpl
All classes implementing the WSDL 2.0 Component and Element model interfaces directly or indirectly extend this abstract class. |
class |
WSDLReferenceImpl
This abstract class defines the common behaviour for referencing WSDL documents via the <wsdl:import> and <wsdl:include> elements. |
Methods in org.apache.woden.internal.wsdl20 that return WSDLElement | |
WSDLElement |
ServiceImpl.getParentElement()
|
WSDLElement |
InterfaceImpl.getParentElement()
|
WSDLElement |
NestedImpl.getParentElement()
|
WSDLElement |
TypesImpl.getParentElement()
|
WSDLElement |
BindingImpl.getParentElement()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type WSDLElement | |
void |
ServiceImpl.setParentElement(WSDLElement parent)
|
void |
InterfaceImpl.setParentElement(WSDLElement parent)
|
void |
NestedImpl.setParentElement(WSDLElement parent)
|
void |
TypesImpl.setParentElement(WSDLElement parent)
|
void |
BindingImpl.setParentElement(WSDLElement parent)
|
Uses of WSDLElement in org.apache.woden.internal.wsdl20.extensions |
Fields in org.apache.woden.internal.wsdl20.extensions declared as WSDLElement | |
protected WSDLElement |
ComponentExtensionsImpl.fParentElement
|
Methods in org.apache.woden.internal.wsdl20.extensions with parameters of type WSDLElement | |
void |
ComponentExtensionsImpl.init(WSDLElement parentElement,
java.net.URI namespace)
|
Uses of WSDLElement in org.apache.woden.internal.wsdl20.extensions.http |
Methods in org.apache.woden.internal.wsdl20.extensions.http that return WSDLElement | |
WSDLElement |
HTTPHeaderImpl.getParentElement()
|
Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type WSDLElement | |
void |
HTTPHeaderImpl.setParentElement(WSDLElement wsdlEl)
|
Uses of WSDLElement in org.apache.woden.internal.wsdl20.extensions.soap |
Methods in org.apache.woden.internal.wsdl20.extensions.soap that return WSDLElement | |
WSDLElement |
SOAPModuleImpl.getParentElement()
|
WSDLElement |
SOAPHeaderBlockImpl.getParentElement()
|
Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type WSDLElement | |
void |
SOAPModuleImpl.setParentElement(WSDLElement wsdlEl)
|
void |
SOAPHeaderBlockImpl.setParentElement(WSDLElement wsdlEl)
|
Uses of WSDLElement in org.apache.woden.wsdl20.extensions.http |
Methods in org.apache.woden.wsdl20.extensions.http that return WSDLElement | |
WSDLElement |
HTTPHeaderElement.getParentElement()
|
Methods in org.apache.woden.wsdl20.extensions.http with parameters of type WSDLElement | |
void |
HTTPHeaderElement.setParentElement(WSDLElement wsdlEl)
|
Uses of WSDLElement in org.apache.woden.wsdl20.extensions.soap |
Methods in org.apache.woden.wsdl20.extensions.soap that return WSDLElement | |
WSDLElement |
SOAPHeaderBlockElement.getParentElement()
|
WSDLElement |
SOAPModuleElement.getParentElement()
|
Methods in org.apache.woden.wsdl20.extensions.soap with parameters of type WSDLElement | |
void |
SOAPHeaderBlockElement.setParentElement(WSDLElement wsdlEl)
|
void |
SOAPModuleElement.setParentElement(WSDLElement wsdlEl)
|
Uses of WSDLElement in org.apache.woden.wsdl20.xml |
Subinterfaces of WSDLElement in org.apache.woden.wsdl20.xml | |
interface |
BindingElement
Represents the WSDL 2.0 <binding> element. |
interface |
BindingFaultElement
Represents the WSDL 2.0 <fault> element, declared as a child of the <binding> element. |
interface |
BindingFaultReferenceElement
Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the binding <operation> element. |
interface |
BindingMessageReferenceElement
Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of the binding <operation> element. |
interface |
BindingOperationElement
Represents the WSDL 2.0 <operation> element, declared as a child of the <binding> element. |
interface |
DescriptionElement
Represents the WSDL 2.0 <description> element. |
interface |
DocumentableElement
Represents WSDL 2.0 elements that can have <documentation> child elements. |
interface |
DocumentationElement
Represents the WSDL 2.0 <documentation> element. |
interface |
EndpointElement
Represents the WSDL 2.0 <endpoint> element, declared as a child of the <service> element. |
interface |
ImportElement
Represents the WSDL 2.0 <import> element. |
interface |
IncludeElement
Represents the WSDL 2.0 <include> element. |
interface |
InterfaceElement
Represents the WSDL 2.0 <interface> element. |
interface |
InterfaceFaultElement
Represents the WSDL 2.0 <fault> element, declared as a child of the <interface> element. |
interface |
InterfaceFaultReferenceElement
Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the interface <operation> element. |
interface |
InterfaceMessageReferenceElement
Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of interface <operation> element. |
interface |
InterfaceOperationElement
Represents the WSDL 2.0 <operation> element, declared as a child of the <interface> element. |
interface |
NestedElement
Represents the WSDL 2.0 elements that are nested within the <description> element. |
interface |
ServiceElement
Represents the WSDL 2.0 <service> element. |
interface |
TypesElement
Represents the WSDL 2.0 <types> element. |
Methods in org.apache.woden.wsdl20.xml that return WSDLElement | |
WSDLElement |
NestedElement.getParentElement()
|
Methods in org.apache.woden.wsdl20.xml with parameters of type WSDLElement | |
void |
NestedElement.setParentElement(WSDLElement parent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |