Class JMSMappingInboundTransformer
java.lang.Object
com.swiftmq.impl.amqp.amqp.v01_00_00.transformer.InboundTransformer
com.swiftmq.impl.amqp.amqp.v01_00_00.transformer.JMSMappingInboundTransformer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfiguration
(Map config) MessageImpl
transform
(TransferFrame frame, DestinationFactory destinationFactory) protected void
transformApplicationProperties
(ApplicationProperties applicationProperties, MessageImpl jmsMessage) protected void
transformHeader
(Header header, MessageImpl jmsMessage) protected void
transformMap
(Map map, MessageImpl jmsMessage, String prefix) protected void
transformProperties
(Properties properties, MessageImpl jmsMessage, DestinationFactory destinationFactory) Methods inherited from class com.swiftmq.impl.amqp.amqp.v01_00_00.transformer.InboundTransformer
getValue, nextMsgId
-
Constructor Details
-
JMSMappingInboundTransformer
public JMSMappingInboundTransformer()
-
-
Method Details
-
setConfiguration
- Overrides:
setConfiguration
in classInboundTransformer
- Throws:
Exception
-
transformHeader
- Throws:
Exception
-
transformMap
- Throws:
Exception
-
transformProperties
protected void transformProperties(Properties properties, MessageImpl jmsMessage, DestinationFactory destinationFactory) throws Exception - Throws:
Exception
-
transformApplicationProperties
protected void transformApplicationProperties(ApplicationProperties applicationProperties, MessageImpl jmsMessage) throws Exception - Throws:
Exception
-
transform
public MessageImpl transform(TransferFrame frame, DestinationFactory destinationFactory) throws AMQPException, JMSException - Specified by:
transform
in classInboundTransformer
- Throws:
AMQPException
JMSException
-