public class InstanceMessage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InstanceMessage(oracle.tip.b2b.model.instance.Instancemessage model) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcknowledgeMode()
Returns the acknowledgment mode associated with the message
|
java.lang.String |
getAgreement()
Returns the agreement id associated with the message
|
byte[] |
getAppPayload() |
java.lang.String |
getB2bMessageId()
Returns the b2b message id associated with the message
|
java.util.Date |
getB2BTimeStamp() |
java.lang.String |
getB2BWireMessageId() |
java.lang.String |
getBusinessAction()
Returns the business action associated with the message
|
java.lang.String |
getConversationId()
Returns the conversation id associated with the message
|
InstanceMessage[] |
getCorrelatedMessages()
Returns the correlated messages
|
java.lang.String |
getCorrelationId() |
java.lang.String |
getDirection()
Returns the direction associated with the message
|
java.lang.String |
getDocumentProtocol()
Returns the document protocol associated with the message
|
java.lang.String |
getDocumentType() |
java.lang.String |
getErrorCode()
Returns the error code if this message was resulted in error
|
java.lang.String |
getErrorDescription()
Returns the error description if this message was resulted in error
|
java.lang.String |
getErrorText()
Returns the error text if this message was resulted in error
|
java.lang.String |
getExchangeProtocol()
Returns the exchange protocol associated with the message
|
java.lang.String |
getGroupControlNumber() |
java.lang.String |
getInterchangeControlNumber() |
java.util.Date |
getMessageDateTime()
Returns the timestamp associated with the message
|
java.lang.String |
getMessageType()
Returns the message type associated with the message
|
java.lang.String |
getPayload()
Returns the b2b business message payload
|
java.lang.String |
getProtocolMessageId()
Returns the protocol message id associated with the message
|
java.lang.String |
getProtocolWorkArea() |
java.lang.String |
getReceiverId()
Returns the receiver identification associated with the message
|
java.lang.String |
getReceiverName()
Returns the receiver name associated with the message
|
java.math.BigDecimal |
getRemainingRetry()
Returns the remaining retries associated with the message
|
java.lang.String |
getReplyMode()
Returns the reply mode associated with the message
|
java.lang.String |
getSenderId()
Returns the sender identification associated with the message
|
java.lang.String |
getSenderName()
Returns the sender name associated with the message
|
java.lang.String |
getState()
Returns the message state associated with the message
|
java.lang.String |
getTimeToAck()
Returns the time to acknowledge associated with the message
|
java.lang.String |
getTPAName() |
java.lang.String |
getTransactionControlNumber() |
java.lang.String |
getTransportheaders()
to get the transport Headers
|
java.lang.String |
getTransportProtocol()
Returns the transport protocol associated with the message
|
java.lang.String |
getURL() |
byte[] |
getWirePayload()
Returns the b2b wire message payload
|
java.lang.String |
getXpathExpression1() |
java.lang.String |
getXpathExpression2() |
java.lang.String |
getXpathExpression3() |
java.lang.String |
getXpathName1() |
java.lang.String |
getXpathName2() |
java.lang.String |
getXpathName3() |
java.lang.String |
getXpathValue1() |
java.lang.String |
getXpathValue2() |
java.lang.String |
getXpathValue3() |
public InstanceMessage(oracle.tip.b2b.model.instance.Instancemessage model) throws oracle.tip.b2b.system.B2BDomainException
oracle.tip.b2b.system.B2BDomainException
public java.lang.String getAgreement()
public java.lang.String getDocumentProtocol()
public java.lang.String getExchangeProtocol()
public java.lang.String getTransportProtocol()
public java.lang.String getReceiverId()
public java.lang.String getSenderId()
public java.lang.String getSenderName()
public java.lang.String getReceiverName()
public java.lang.String getB2bMessageId()
public java.lang.String getAcknowledgeMode()
public java.lang.String getReplyMode()
public java.util.Date getMessageDateTime()
public java.lang.String getMessageType()
public java.lang.String getState()
public java.math.BigDecimal getRemainingRetry()
public java.lang.String getDirection()
public java.lang.String getTimeToAck()
public java.lang.String getErrorCode()
public java.lang.String getErrorText()
public java.lang.String getErrorDescription()
public java.lang.String getPayload()
public byte[] getWirePayload()
public java.lang.String getProtocolMessageId()
public java.lang.String getConversationId()
public java.lang.String getBusinessAction()
public InstanceMessage[] getCorrelatedMessages()
public java.lang.String getTPAName()
public java.lang.String getXpathExpression1()
public java.lang.String getXpathExpression2()
public java.lang.String getXpathExpression3()
public java.lang.String getDocumentType()
public java.lang.String getCorrelationId()
public java.lang.String getTransactionControlNumber()
public java.lang.String getGroupControlNumber()
public java.lang.String getInterchangeControlNumber()
public java.lang.String getProtocolWorkArea()
public java.lang.String getB2BWireMessageId()
public java.util.Date getB2BTimeStamp()
public java.lang.String getURL()
public java.lang.String getXpathName1()
public java.lang.String getXpathName2()
public java.lang.String getXpathName3()
public java.lang.String getXpathValue1()
public java.lang.String getXpathValue2()
public java.lang.String getXpathValue3()
public byte[] getAppPayload()
public java.lang.String getTransportheaders()