org.mule.routing.response
Class SingleResponseWithCallbackRouter

java.lang.Object
  extended by org.mule.routing.AbstractRouter
      extended by org.mule.routing.response.AbstractResponseRouter
          extended by org.mule.routing.response.AbstractResponseAggregator
              extended by org.mule.routing.response.AbstractResponseCallbackAggregator
                  extended by org.mule.routing.response.SingleResponseWithCallbackRouter
All Implemented Interfaces:
MuleContextAware, Disposable, Initialisable, ResponseRouter, Router

public class SingleResponseWithCallbackRouter
extends AbstractResponseCallbackAggregator

The router configured to handle reply messages when the Reply annotation is used. If messages need to be correlated and aggregated, users can set the "aggregate" flag on the endpoint annotation.


Field Summary
 
Fields inherited from class org.mule.routing.response.AbstractResponseRouter
logger, messageInfoMapping
 
Fields inherited from class org.mule.routing.AbstractRouter
muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
SingleResponseWithCallbackRouter()
           
 
Method Summary
protected  EventCorrelatorCallback getCorrelatorCallback()
           
 
Methods inherited from class org.mule.routing.response.AbstractResponseCallbackAggregator
getCallbackMethod, setCallbackMethod
 
Methods inherited from class org.mule.routing.response.AbstractResponseAggregator
aggregateEvents, getEventCorrelator, getResponse, getTimeout, initialise, isFailOnTimeout, process, setFailOnTimeout, setTimeout
 
Methods inherited from class org.mule.routing.response.AbstractResponseRouter
getCallResponseAggregateIdentifier, getMessageInfoMapping, getReplyAggregateIdentifier, setMessageInfoMapping
 
Methods inherited from class org.mule.routing.AbstractRouter
dispose, getMuleContext, getRouterStatistics, setMuleContext, setRouterStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.routing.Router
getRouterStatistics, setRouterStatistics
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Constructor Detail

SingleResponseWithCallbackRouter

public SingleResponseWithCallbackRouter()
Method Detail

getCorrelatorCallback

protected EventCorrelatorCallback getCorrelatorCallback()
Specified by:
getCorrelatorCallback in class AbstractResponseAggregator


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.