|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceOperationElement | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of InterfaceOperationElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement InterfaceOperationElement | |
class |
InterfaceOperationImpl
This class represents the InterfaceOperation component from the WSDL 2.0 Component Model and the <operation> child element of the <interface> element. |
Methods in org.apache.woden.internal.wsdl20 that return InterfaceOperationElement | |
InterfaceOperationElement |
InterfaceImpl.addInterfaceOperationElement()
|
InterfaceOperationElement |
InterfaceImpl.getInterfaceOperationElement(QName operName)
|
InterfaceOperationElement[] |
InterfaceImpl.getInterfaceOperationElements()
|
InterfaceOperationElement |
InterfaceOperationImpl.toElement()
|
InterfaceOperationElement |
BindingOperationImpl.getInterfaceOperationElement()
|
Uses of InterfaceOperationElement in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceOperationElement | |
protected boolean |
WSDLDocumentValidator.validateInterfaceOperations(DescriptionElement descElement,
InterfaceOperationElement[] interfaceOperations,
ErrorReporter errorReporter)
Validate the InterfaceOperation elements. |
Uses of InterfaceOperationElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return InterfaceOperationElement | |
InterfaceOperationElement |
InterfaceOperation.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of InterfaceOperationElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return InterfaceOperationElement | |
InterfaceOperationElement |
InterfaceElement.addInterfaceOperationElement()
Create an InterfaceOperationElement with this InterfaceElement as its parent and return a reference to it. |
InterfaceOperationElement |
InterfaceElement.getInterfaceOperationElement(QName operName)
Return the named InterfaceOperationElement from the set of InterfaceOperationElements defined directly within this InterfaceElement. |
InterfaceOperationElement[] |
InterfaceElement.getInterfaceOperationElements()
Return the set of InterfaceOperationElements defined directly within this InterfaceElement. |
InterfaceOperationElement |
BindingOperationElement.getInterfaceOperationElement()
Return the InterfaceOperationElement referred to by this BindingOperationElement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |