| com.sun.jbi.wsdl2.MessageReference
All known Subclasses: com.sun.jbi.wsdl2.impl.MessageReference,
getDirection | Direction getDirection()(Code) | | Get direction of this message in the exchange.
Direction of this message in the exchange |
getElement | Object getElement()(Code) | | Get content (String) or payload element type declaration (QName).
Content (String) or payload element type declaration (QName) |
getMessageContentModel | MessageContentModel getMessageContentModel()(Code) | | Get content model type: #ANY, #NONE, or #ELEMENT.
Content model type: #ANY, #NONE, or #ELEMENT |
getMessageLabel | String getMessageLabel()(Code) | | Get message exchange pattern role label.
Message exchange pattern role label |
setDirection | void setDirection(Direction theDirection)(Code) | | Set direction of this message in the exchange.
Parameters: theDirection - Direction of this message in the exchange |
setElement | void setElement(Object theElement)(Code) | | Set content (String) or payload element type declaration (QName).
Parameters: theElement - Content (String) or payload element type declaration(QName) |
setMessageLabel | void setMessageLabel(String theMessageLabel)(Code) | | Set message exchange pattern role label.
Parameters: theMessageLabel - Message exchange pattern role label |
|
|