public class JmsHeaders extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JmsHeaders.Builder |
| Constructor and Description |
|---|
JmsHeaders() |
@Deprecated public String getJMSMessageID()
@Deprecated public long getJMSTimestamp()
@Deprecated public String getJMSCorrelationID()
@Deprecated public JmsDestination getJMSReplyTo()
@Deprecated public JmsDestination getJMSDestination()
@Deprecated public int getJMSDeliveryMode()
@Deprecated public boolean getJMSRedelivered()
@Deprecated public String getJMSType()
@Deprecated public long getJMSExpiration()
@Deprecated public Long getJMSDeliveryTime()
@Deprecated public int getJMSPriority()
public String getMessageId()
public long getTimestamp()
public String getCorrelationId()
public JmsDestination getReplyTo()
public JmsDestination getDestination()
public int getDeliveryMode()
public boolean isRedelivered()
public String getType()
public long getExpiration()
public Long getDeliveryTime()
public int getPriority()
public void setDestination(JmsDestination destination)
public void setDeliveryMode(int deliveryMode)
public void setExpiration(long expiration)
public void setPriority(int priority)
public void setMessageId(String messageId)
public void setTimestamp(long timestamp)
public void setCorrelationId(String correlationId)
public void setReplyTo(JmsDestination replyTo)
public void setType(String type)
public void setRedelivered(boolean redelivered)
public void setDeliveryTime(Long deliveryTime)
Copyright © 2024. All rights reserved.