org.mule.transport.amqp.internal.endpoint.dispatcher
Class DispatcherActionDispatch

java.lang.Object
  extended by org.mule.transport.amqp.internal.endpoint.dispatcher.DispatcherAction
      extended by org.mule.transport.amqp.internal.endpoint.dispatcher.DispatcherActionDispatch

public class DispatcherActionDispatch
extends DispatcherAction


Constructor Summary
DispatcherActionDispatch()
           
 
Method Summary
 AmqpMessage run(AmqpConnector amqpConnector, com.rabbitmq.client.Channel channel, String exchange, String routingKey, AmqpMessage amqpMessage, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherActionDispatch

public DispatcherActionDispatch()
Method Detail

run

public AmqpMessage run(AmqpConnector amqpConnector,
                       com.rabbitmq.client.Channel channel,
                       String exchange,
                       String routingKey,
                       AmqpMessage amqpMessage,
                       long timeout)
                throws IOException
Specified by:
run in class DispatcherAction
Throws:
IOException


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