| com.sun.jbi.wsdl2.BindingMessageReference
All known Subclasses: com.sun.jbi.wsdl2.impl.BindingMessageReference,
BindingMessageReference | public interface BindingMessageReference extends ExtensibleDocumentedComponent(Code) | | API for WSDL 2.0 Binding message reference component.
author: ApiGen AX.00 |
getDirection | Direction getDirection()(Code) | | Get direction of this message in the exchange.
Direction of this message in the exchange |
getMessageLabel | String getMessageLabel()(Code) | | Get message exchange pattern role identifier.
Message exchange pattern role identifier |
setDirection | void setDirection(Direction theDirection)(Code) | | Set direction of this message in the exchange.
Parameters: theDirection - Direction of this message in the exchange |
setMessageLabel | void setMessageLabel(String theMessageLabel)(Code) | | Set message exchange pattern role identifier.
Parameters: theMessageLabel - Message exchange pattern role identifier |
|
|