public interface MessageReference extends ExtensibleDocumentedComponent
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
Get direction of this message in the exchange.
|
Object |
getElement()
Get content (String) or payload element type declaration (QName).
|
MessageContentModel |
getMessageContentModel()
Get content model type: #ANY, #NONE, or #ELEMENT.
|
String |
getMessageLabel()
Get message exchange pattern role label.
|
void |
setDirection(Direction theDirection)
Set direction of this message in the exchange.
|
void |
setElement(Object theElement)
Set content (String) or payload element type declaration (QName).
|
void |
setMessageLabel(String theMessageLabel)
Set message exchange pattern role label.
|
getDocument, getDocument, getExtensions, getWsdlAttributeNameMap, setDocument, setDocument, setExtensionsString getMessageLabel()
void setMessageLabel(String theMessageLabel)
theMessageLabel - Message exchange pattern role labelObject getElement()
void setElement(Object theElement)
theElement - Content (String) or payload element type declaration
(QName)Direction getDirection()
void setDirection(Direction theDirection)
theDirection - Direction of this message in the exchangeMessageContentModel getMessageContentModel()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.