Package org.apache.cxf.transport.jms
Class JMSMessageHeadersType
- java.lang.Object
-
- org.apache.cxf.transport.jms.JMSMessageHeadersType
-
public class JMSMessageHeadersType extends Object
-
-
Constructor Summary
Constructors Constructor Description JMSMessageHeadersType()
-
Method Summary
-
-
-
Method Detail
-
getProperty
@Deprecated public List<JMSPropertyType> getProperty()
Deprecated.
-
getJMSCorrelationID
public String getJMSCorrelationID()
-
setJMSCorrelationID
public void setJMSCorrelationID(String value)
-
isSetJMSCorrelationID
public boolean isSetJMSCorrelationID()
-
getJMSMessageID
public String getJMSMessageID()
-
setJMSMessageID
public void setJMSMessageID(String value)
-
isSetJMSMessageID
public boolean isSetJMSMessageID()
-
getJMSReplyTo
public String getJMSReplyTo()
-
setJMSReplyTo
public void setJMSReplyTo(String value)
-
isSetJMSReplyTo
public boolean isSetJMSReplyTo()
-
getJMSType
public String getJMSType()
-
setJMSType
public void setJMSType(String value)
-
isSetJMSType
public boolean isSetJMSType()
-
getSOAPJMSTargetService
public String getSOAPJMSTargetService()
-
setSOAPJMSTargetService
public void setSOAPJMSTargetService(String value)
-
isSetSOAPJMSTargetService
public boolean isSetSOAPJMSTargetService()
-
getSOAPJMSBindingVersion
public String getSOAPJMSBindingVersion()
-
setSOAPJMSBindingVersion
public void setSOAPJMSBindingVersion(String value)
-
isSetSOAPJMSBindingVersion
public boolean isSetSOAPJMSBindingVersion()
-
getSOAPJMSContentType
public String getSOAPJMSContentType()
-
setSOAPJMSContentType
public void setSOAPJMSContentType(String value)
-
isSetSOAPJMSContentType
public boolean isSetSOAPJMSContentType()
-
getSOAPJMSContentEncoding
public String getSOAPJMSContentEncoding()
-
setSOAPJMSContentEncoding
public void setSOAPJMSContentEncoding(String value)
-
isSetSOAPJMSContentEncoding
public boolean isSetSOAPJMSContentEncoding()
-
getSOAPJMSSOAPAction
public String getSOAPJMSSOAPAction()
-
setSOAPJMSSOAPAction
public void setSOAPJMSSOAPAction(String value)
-
isSetSOAPJMSSOAPAction
public boolean isSetSOAPJMSSOAPAction()
-
getSOAPJMSRequestURI
public String getSOAPJMSRequestURI()
-
setSOAPJMSRequestURI
public void setSOAPJMSRequestURI(String value)
-
isSetSOAPJMSRequestURI
public boolean isSetSOAPJMSRequestURI()
-
setJMSDeliveryMode
public void setJMSDeliveryMode(int value)
-
unsetJMSDeliveryMode
public void unsetJMSDeliveryMode()
-
isSetJMSDeliveryMode
public boolean isSetJMSDeliveryMode()
-
getJMSDeliveryMode
public int getJMSDeliveryMode()
-
setJMSExpiration
public void setJMSExpiration(long value)
-
unsetJMSExpiration
public void unsetJMSExpiration()
-
isSetJMSExpiration
public boolean isSetJMSExpiration()
-
getJMSExpiration
public long getJMSExpiration()
-
setJMSPriority
public void setJMSPriority(int value)
-
unsetJMSPriority
public void unsetJMSPriority()
-
isSetJMSPriority
public boolean isSetJMSPriority()
-
getJMSPriority
public int getJMSPriority()
-
setJMSRedelivered
public void setJMSRedelivered(boolean value)
-
unsetJMSRedelivered
public void unsetJMSRedelivered()
-
isSetJMSRedelivered
public boolean isSetJMSRedelivered()
-
isJMSRedelivered
public boolean isJMSRedelivered()
-
setJMSTimeStamp
public void setJMSTimeStamp(long value)
-
unsetJMSTimeStamp
public void unsetJMSTimeStamp()
-
isSetJMSTimeStamp
public boolean isSetJMSTimeStamp()
-
getJMSTimeStamp
public long getJMSTimeStamp()
-
setTimeToLive
public void setTimeToLive(long value)
-
unsetTimeToLive
public void unsetTimeToLive()
-
isSetTimeToLive
public boolean isSetTimeToLive()
-
getTimeToLive
public long getTimeToLive()
-
setSOAPJMSIsFault
public void setSOAPJMSIsFault(boolean value)
-
unsetSOAPJMSIsFault
public void unsetSOAPJMSIsFault()
-
isSetSOAPJMSIsFault
public boolean isSetSOAPJMSIsFault()
-
isSOAPJMSIsFault
public boolean isSOAPJMSIsFault()
-
getContentType
public String getContentType()
-
from
public static JMSMessageHeadersType from(javax.jms.Message message) throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
writeProp
public void writeProp(javax.jms.Message jmsMessage, String origName, Object value) throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
writeTo
public void writeTo(javax.jms.Message jmsMessage) throws javax.jms.JMSException- Throws:
javax.jms.JMSException
-
-