|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceMessageReference | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Uses of InterfaceMessageReference in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement InterfaceMessageReference | |
class |
InterfaceMessageReferenceImpl
This class represents the <input> and <output> child elements of interface operation. |
Methods in org.apache.woden.internal.wsdl20 that return InterfaceMessageReference | |
InterfaceMessageReference[] |
InterfaceOperationImpl.getInterfaceMessageReferences()
|
InterfaceMessageReference |
BindingMessageReferenceImpl.getInterfaceMessageReference()
|
Uses of InterfaceMessageReference in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceMessageReference | |
protected void |
WSDLComponentValidator.validateInterfaceMessageReferences(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Validate the interface message references in the WSDL component model. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference0041(InterfaceMessageReference messageReference,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-0041. |
protected boolean |
WSDLComponentValidator.testAssertionInterfaceMessageReference0042(InterfaceMessageReference[] messageReferences,
ErrorReporter errorReporter)
Test assertion InterfaceMessageReference-0042. |
Uses of InterfaceMessageReference in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return InterfaceMessageReference | |
InterfaceMessageReference[] |
InterfaceOperation.getInterfaceMessageReferences()
Represents the {interface message references} property of the InterfaceOperation component. |
InterfaceMessageReference |
BindingMessageReference.getInterfaceMessageReference()
Returns an InterfaceMessageReference representing the {interface message reference} property of the BindingMessageReference component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |