public class JmsMuleMessageFactory extends AbstractMuleMessageFactory
muleContext
Constructor and Description |
---|
JmsMuleMessageFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCorrelationProperties(Message jmsMessage,
MuleMessage muleMessage,
Map<String,Object> messageProperties) |
protected void |
addDeliveryModeProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addDestinationProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addExpirationProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addJMSReplyTo(MuleMessage muleMessage,
Message jmsMessage) |
protected void |
addMessageIdProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addPriorityProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addProperties(DefaultMuleMessage muleMessage,
Object transportMessage) |
protected void |
addRedeliveredProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addTimestampProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected void |
addTypeProperty(Message jmsMessage,
Map<String,Object> messageProperties) |
protected Object |
extractPayload(Object transportMessage,
String encoding) |
protected Class<?>[] |
getSupportedTransportMessageTypes() |
protected void |
propagateJMSProperties(Message jmsMessage,
Map<String,Object> messageProperties) |
addAttachments, create, create, create, create, getMimeType
protected Class<?>[] getSupportedTransportMessageTypes()
getSupportedTransportMessageTypes
in class AbstractMuleMessageFactory
protected Object extractPayload(Object transportMessage, String encoding) throws Exception
extractPayload
in class AbstractMuleMessageFactory
Exception
protected void addProperties(DefaultMuleMessage muleMessage, Object transportMessage) throws Exception
addProperties
in class AbstractMuleMessageFactory
Exception
protected void propagateJMSProperties(Message jmsMessage, Map<String,Object> messageProperties)
protected void addTypeProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addTimestampProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addJMSReplyTo(MuleMessage muleMessage, Message jmsMessage)
protected void addRedeliveredProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addPriorityProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addMessageIdProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addExpirationProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addDestinationProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addDeliveryModeProperty(Message jmsMessage, Map<String,Object> messageProperties)
protected void addCorrelationProperties(Message jmsMessage, MuleMessage muleMessage, Map<String,Object> messageProperties)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.