Class Axis2Message
- java.lang.Object
-
- org.apache.synapse.message.store.impl.commons.Axis2Message
-
- All Implemented Interfaces:
Serializable
public class Axis2Message extends Object implements Serializable
This class serves as a container for the Axis2 Message Context parameters/properties , and it will be saved as a message in the Store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Axis2Message()
-
Method Summary
-
-
-
Method Detail
-
getMessageID
public String getMessageID()
-
setMessageID
public void setMessageID(String messageID)
-
getOperationAction
public String getOperationAction()
-
setOperationAction
public void setOperationAction(String operationAction)
-
getOperationName
public QName getOperationName()
-
setOperationName
public void setOperationName(QName operationName)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getService
public String getService()
-
setService
public void setService(String service)
-
getRelatesToMessageId
public String getRelatesToMessageId()
-
setRelatesToMessageId
public void setRelatesToMessageId(String relatesToMessageId)
-
getReplyToAddress
public String getReplyToAddress()
-
setReplyToAddress
public void setReplyToAddress(String replyToAddress)
-
getSoapEnvelope
public String getSoapEnvelope()
-
setJsonStream
public void setJsonStream(byte[] jsonStream)
-
getJsonStream
public byte[] getJsonStream()
-
setSoapEnvelope
public void setSoapEnvelope(String soapEnvelope)
-
getFLOW
public int getFLOW()
-
setFLOW
public void setFLOW(int FLOW)
-
getFaultToAddress
public String getFaultToAddress()
-
setFaultToAddress
public void setFaultToAddress(String faultToAddress)
-
getFromAddress
public String getFromAddress()
-
setFromAddress
public void setFromAddress(String fromAddress)
-
getToAddress
public String getToAddress()
-
setToAddress
public void setToAddress(String toAddress)
-
isDoingMTOM
public boolean isDoingMTOM()
-
setDoingMTOM
public void setDoingMTOM(boolean doingMTOM)
-
isDoingSWA
public boolean isDoingSWA()
-
setDoingSWA
public void setDoingSWA(boolean doingSWA)
-
isDoingPOX
public boolean isDoingPOX()
-
setDoingPOX
public void setDoingPOX(boolean doingPOX)
-
isDoingGET
public boolean isDoingGET()
-
setDoingGET
public void setDoingGET(boolean doingGET)
-
getTransportInName
public String getTransportInName()
-
setTransportInName
public void setTransportInName(String transportInName)
-
getTransportOutName
public String getTransportOutName()
-
setTransportOutName
public void setTransportOutName(String transportOutName)
-
-