public interface BindingMessageReferenceElement extends DocumentableElement, NestedElement
Modifier and Type | Method and Description |
---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message.
|
InterfaceMessageReferenceElement |
getInterfaceMessageReferenceElement()
Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement.
|
NCName |
getMessageLabel()
Return the NCName representing the message label.
|
void |
setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the message.
|
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setDirection(Direction dir)
dir
- the Direction of the messageDirection getDirection()
void setMessageLabel(NCName msgLabel)
messageLabel
attribute of the binding operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent binding <operation> element.msgLabel
- the NCName representing the message labelNCName getMessageLabel()
messageLabel
attribute of the binding operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent binding <operation> element.InterfaceMessageReferenceElement getInterfaceMessageReferenceElement()
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.