org.mule.tck.testmodels.mule
Class TestCorrelationAggregator

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.routing.AbstractAggregator
          extended by org.mule.routing.AbstractCorrelationAggregator
              extended by org.mule.tck.testmodels.mule.TestCorrelationAggregator
All Implemented Interfaces:
FlowConstructAware, MuleContextAware, Initialisable, InterceptingMessageProcessor, MessageProcessor, Aggregator, MessageSource

public class TestCorrelationAggregator
extends AbstractCorrelationAggregator

TestResponseAggregator is a mock response Agrregator object used for testing configuration


Field Summary
 
Fields inherited from class org.mule.routing.AbstractAggregator
eventCorrelator, flowConstruct, messageInfoMapping, muleContext
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, next
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
TestCorrelationAggregator()
           
 
Method Summary
protected  MuleEvent aggregateEvents(EventGroup events)
           
 java.lang.String getTestProperty()
           
 void setTestProperty(java.lang.String testProperty)
           
 
Methods inherited from class org.mule.routing.AbstractCorrelationAggregator
getCorrelatorCallback
 
Methods inherited from class org.mule.routing.AbstractAggregator
expireAggregation, getTimeout, initialise, isFailOnTimeout, process, setFailOnTimeout, setFlowConstruct, setMessageInfoMapping, setMuleContext, setTimeout
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
processNext, setListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCorrelationAggregator

public TestCorrelationAggregator()
Method Detail

aggregateEvents

protected MuleEvent aggregateEvents(EventGroup events)
                             throws AggregationException
Specified by:
aggregateEvents in class AbstractCorrelationAggregator
Throws:
AggregationException

getTestProperty

public java.lang.String getTestProperty()

setTestProperty

public void setTestProperty(java.lang.String testProperty)


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