|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceMessageReferenceElement | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of InterfaceMessageReferenceElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement InterfaceMessageReferenceElement | |
class |
InterfaceMessageReferenceImpl
This class represents the <input> and <output> child elements of interface operation. |
Methods in org.apache.woden.internal.wsdl20 that return InterfaceMessageReferenceElement | |
InterfaceMessageReferenceElement |
InterfaceOperationImpl.addInterfaceMessageReferenceElement()
|
InterfaceMessageReferenceElement[] |
InterfaceOperationImpl.getInterfaceMessageReferenceElements()
|
InterfaceMessageReferenceElement |
InterfaceMessageReferenceImpl.toElement()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type InterfaceMessageReferenceElement | |
void |
InterfaceOperationImpl.removeInterfaceMessageReferenceElement(InterfaceMessageReferenceElement msgRef)
|
Uses of InterfaceMessageReferenceElement in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceMessageReferenceElement | |
protected boolean |
WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement,
InterfaceMessageReferenceElement[] messageReferences,
ErrorReporter errorReporter)
Validate the InterfaceMessageReference elements. |
protected boolean |
WSDLDocumentValidator.testAssertionSchema0020(DescriptionElement descElement,
InterfaceMessageReferenceElement messageReference,
ErrorReporter errorReporter)
Test assertion Schema-0020. |
Uses of InterfaceMessageReferenceElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return InterfaceMessageReferenceElement | |
InterfaceMessageReferenceElement |
InterfaceMessageReference.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of InterfaceMessageReferenceElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return InterfaceMessageReferenceElement | |
InterfaceMessageReferenceElement |
InterfaceOperationElement.addInterfaceMessageReferenceElement()
Create an InterfaceMessageReferenceElement with this InterfaceOperationElement as its parent and return a reference to it. |
InterfaceMessageReferenceElement[] |
InterfaceOperationElement.getInterfaceMessageReferenceElements()
Return the set of InterfaceMessageReferenceElements within this InterfaceOperationElement. |
Methods in org.apache.woden.wsdl20.xml with parameters of type InterfaceMessageReferenceElement | |
void |
InterfaceOperationElement.removeInterfaceMessageReferenceElement(InterfaceMessageReferenceElement msgRef)
Remove the specified InterfaceMessageReferenceElement from the set of InterfaceMessageReferenceElements within this InterfaceOperationElement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |