com.cyclonecommerce.cybervan.api
Class BytesMessageProperties
java.lang.Object
|
+--com.cyclonecommerce.cybervan.api.BytesMessageProperties
- public class BytesMessageProperties
- extends java.lang.Object
Gets and sets IntegrationDocument properties on a JMS BytesMessage.
The properties this Class sets/gets are used when submitting and
Receiving documents over JMS Global Integration.
This class is helpful to an API Client submitting/receiving documents
over JMS Global Integration. This class can be used to set/retrieve the
JMS Message Properties required when using JMS Global Integration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytesMessageProperties
public BytesMessageProperties(javax.jms.BytesMessage message)
- Constructor
getMessage
public javax.jms.BytesMessage getMessage()
- Return the JMS BytesMessage used to constuct this object.
getSenderRoutingId
public java.lang.String getSenderRoutingId()
throws javax.jms.JMSException
setSenderRoutingId
public void setSenderRoutingId(java.lang.String id)
throws javax.jms.JMSException
getTrueSenderId
public java.lang.String getTrueSenderId()
throws javax.jms.JMSException
setTrueSenderId
public void setTrueSenderId(java.lang.String id)
throws javax.jms.JMSException
getReceiverRoutingId
public java.lang.String getReceiverRoutingId()
throws javax.jms.JMSException
setReceiverRoutingId
public void setReceiverRoutingId(java.lang.String id)
throws javax.jms.JMSException
getTrueReceiverId
public java.lang.String getTrueReceiverId()
throws javax.jms.JMSException
setTrueReceiverId
public void setTrueReceiverId(java.lang.String id)
throws javax.jms.JMSException
getDocumentType
public java.lang.String getDocumentType()
throws javax.jms.JMSException
setDocumentType
public void setDocumentType(java.lang.String type)
throws javax.jms.JMSException
getDocumentSubType
public java.lang.String getDocumentSubType()
throws javax.jms.JMSException
setDocumentSubType
public void setDocumentSubType(java.lang.String type)
throws javax.jms.JMSException
getOriginalName
public java.lang.String getOriginalName()
throws javax.jms.JMSException
setOriginalName
public void setOriginalName(java.lang.String name)
throws javax.jms.JMSException
getPath
public java.lang.String getPath()
throws javax.jms.JMSException
setPath
public void setPath(java.lang.String path)
throws javax.jms.JMSException
getCorrelationId
public java.lang.String getCorrelationId()
throws javax.jms.JMSException
setCorrelationId
public void setCorrelationId(java.lang.String id)
throws javax.jms.JMSException
getRefToMessageId
public java.lang.String getRefToMessageId()
throws javax.jms.JMSException
setRefToMessageId
public void setRefToMessageId(java.lang.String id)
throws javax.jms.JMSException
getSequenceId
public int getSequenceId()
throws javax.jms.JMSException
setSequenceId
public void setSequenceId(int id)
throws javax.jms.JMSException
getDocumentId
public java.lang.String getDocumentId()
throws javax.jms.JMSException
setDocumentId
public void setDocumentId(java.lang.String id)
throws javax.jms.JMSException
getControlId
public java.lang.String getControlId()
throws javax.jms.JMSException
setControlId
public void setControlId(java.lang.String id)
throws javax.jms.JMSException
getTransport
public java.lang.String getTransport()
throws javax.jms.JMSException
setTransport
public void setTransport(java.lang.String transport)
throws javax.jms.JMSException
getEbXmlAction
public java.lang.String getEbXmlAction()
throws javax.jms.JMSException
setEbXmlAction
public void setEbXmlAction(java.lang.String action)
throws javax.jms.JMSException
getEbXmlService
public java.lang.String getEbXmlService()
throws javax.jms.JMSException
setEbXmlService
public void setEbXmlService(java.lang.String service)
throws javax.jms.JMSException
getPackagingType
public java.lang.String getPackagingType()
throws javax.jms.JMSException
setPackagingType
public void setPackagingType(java.lang.String type)
throws javax.jms.JMSException
getPackagingVersion
public java.lang.String getPackagingVersion()
throws javax.jms.JMSException
setPackagingVersion
public void setPackagingVersion(java.lang.String version)
throws javax.jms.JMSException