org.mule.transport.amqp.internal.connector
Class ReplyToHandler

java.lang.Object
  extended by org.mule.transport.DefaultReplyToHandler
      extended by org.mule.transport.amqp.internal.connector.ReplyToHandler
All Implemented Interfaces:
Serializable, org.mule.api.transport.ReplyToHandler, org.mule.util.store.DeserializationPostInitialisable

public class ReplyToHandler
extends org.mule.transport.DefaultReplyToHandler

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mule.util.store.DeserializationPostInitialisable
org.mule.util.store.DeserializationPostInitialisable.Implementation
 
Field Summary
 
Fields inherited from class org.mule.transport.DefaultReplyToHandler
connector, logger, muleContext
 
Constructor Summary
ReplyToHandler(AmqpConnector amqpConnector, org.mule.api.endpoint.ImmutableEndpoint endpoint)
           
 
Method Summary
 void processReplyTo(org.mule.api.MuleEvent event, org.mule.api.MuleMessage returnMessage, Object replyTo)
           
protected  String urlEncode(org.mule.api.MuleEvent event, String stringToEncode)
           
 
Methods inherited from class org.mule.transport.DefaultReplyToHandler
findConnector, getConnector, getEndpoint, initAfterDeserialisation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyToHandler

public ReplyToHandler(AmqpConnector amqpConnector,
                      org.mule.api.endpoint.ImmutableEndpoint endpoint)
Method Detail

processReplyTo

public void processReplyTo(org.mule.api.MuleEvent event,
                           org.mule.api.MuleMessage returnMessage,
                           Object replyTo)
                    throws org.mule.api.MuleException
Specified by:
processReplyTo in interface org.mule.api.transport.ReplyToHandler
Overrides:
processReplyTo in class org.mule.transport.DefaultReplyToHandler
Throws:
org.mule.api.MuleException

urlEncode

protected String urlEncode(org.mule.api.MuleEvent event,
                           String stringToEncode)
                    throws org.mule.api.MessagingException
Throws:
org.mule.api.MessagingException


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