Interface JmsMessageMetadata
- 
- All Known Implementing Classes:
 IncomingJmsMessageMetadata,OutgoingJmsMessageMetadata
public interface JmsMessageMetadata 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationId()intgetDeliveryMode()javax.jms.DestinationgetDestination()JmsPropertiesgetProperties()javax.jms.DestinationgetReplyTo()StringgetType() 
 - 
 
- 
- 
Method Detail
- 
getCorrelationId
String getCorrelationId()
 
- 
getReplyTo
javax.jms.Destination getReplyTo()
 
- 
getDestination
javax.jms.Destination getDestination()
 
- 
getDeliveryMode
int getDeliveryMode()
 
- 
getType
String getType()
 
- 
getProperties
JmsProperties getProperties()
 
 - 
 
 -