org.mule.transport.amqp.internal.client
Class MessagePropertiesHandler

java.lang.Object
  extended by org.mule.transport.amqp.internal.client.MessagePropertiesHandler

public class MessagePropertiesHandler
extends Object


Constructor Summary
MessagePropertiesHandler()
           
 
Method Summary
 void ackMessageIfNecessary(com.rabbitmq.client.Channel channel, AmqpMessage amqpMessage, org.mule.api.endpoint.ImmutableEndpoint endpoint)
           
 void addInvocationProperties(com.rabbitmq.client.Channel channel, AmqpMessage amqpMessage, org.mule.api.MuleMessage muleMessage, AmqpConnector connector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePropertiesHandler

public MessagePropertiesHandler()
Method Detail

ackMessageIfNecessary

public void ackMessageIfNecessary(com.rabbitmq.client.Channel channel,
                                  AmqpMessage amqpMessage,
                                  org.mule.api.endpoint.ImmutableEndpoint endpoint)
                           throws IOException
Throws:
IOException

addInvocationProperties

public void addInvocationProperties(com.rabbitmq.client.Channel channel,
                                    AmqpMessage amqpMessage,
                                    org.mule.api.MuleMessage muleMessage,
                                    AmqpConnector connector)


Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.