|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingOperationElement | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of BindingOperationElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement BindingOperationElement | |
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. |
Methods in org.apache.woden.internal.wsdl20 that return BindingOperationElement | |
BindingOperationElement |
BindingImpl.addBindingOperationElement()
|
BindingOperationElement[] |
BindingImpl.getBindingOperationElements()
|
BindingOperationElement |
BindingImpl.getBindingOperationElementWithRef(QName qname)
|
BindingOperationElement |
BindingOperationImpl.toElement()
|
Uses of BindingOperationElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return BindingOperationElement | |
BindingOperationElement |
BindingOperation.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of BindingOperationElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return BindingOperationElement | |
BindingOperationElement |
BindingElement.addBindingOperationElement()
Create a BindingOperationElement with this BindingElement as its parent and return a reference to it. |
BindingOperationElement[] |
BindingElement.getBindingOperationElements()
Return the set of BindingOperationElements within this BindingElement This equates to the set of <operation> elements within the <binding> element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |