org.wso2.mercury.message
Class Accept
java.lang.Object
org.wso2.mercury.message.RMMessageElement
org.wso2.mercury.message.Accept
public class Accept
- extends RMMessageElement
used to accepts the offers comes from using the offer tag
in create sequences
Constructor Summary |
Accept()
|
Accept(java.lang.String rmNamespace)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Accept
public Accept()
Accept
public Accept(java.lang.String rmNamespace)
toOM
public OMElement toOM()
throws RMMessageBuildingException
- Specified by:
toOM
in class RMMessageElement
- Throws:
RMMessageBuildingException
fromOM
public static Accept fromOM(OMElement omElement)
throws RMMessageBuildingException
- Throws:
RMMessageBuildingException
isValid
public boolean isValid()
getAcceptERP
public java.lang.String getAcceptERP()
setAcceptERP
public void setAcceptERP(java.lang.String acceptERP)
getAddressingNamespace
public java.lang.String getAddressingNamespace()
setAddressingNamespace
public void setAddressingNamespace(java.lang.String addressingNamespace)
~~~~~~~~~~~~~~~~~~~ Mercury ~~~~~~~~~~~~~~~~~~~~~