org.mule.routing.response
Class AbstractResponseRouter

java.lang.Object
  extended byorg.mule.routing.response.AbstractResponseRouter
All Implemented Interfaces:
UMOResponseRouter, UMORouter
Direct Known Subclasses:
AbstractResponseAggregator

public abstract class AbstractResponseRouter
extends java.lang.Object
implements UMOResponseRouter

AbstractResponseRouter is a base class for all Response Routers

Version:
$Revision: 1.3 $
Author:
Ross Mason

Field Summary
protected  PropertyExtractor correlationExtractor
           
 
Constructor Summary
AbstractResponseRouter()
           
 
Method Summary
 PropertyExtractor getCorrelationExtractor()
           
 RouterStatistics getRouterStatistics()
           
 void setCorrelationExtractor(PropertyExtractor correlationExtractor)
           
 void setRouterStatistics(RouterStatistics routerStatistics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.umo.routing.UMOResponseRouter
getResponse, process
 

Field Detail

correlationExtractor

protected PropertyExtractor correlationExtractor
Constructor Detail

AbstractResponseRouter

public AbstractResponseRouter()
Method Detail

getRouterStatistics

public RouterStatistics getRouterStatistics()
Specified by:
getRouterStatistics in interface UMORouter

setRouterStatistics

public void setRouterStatistics(RouterStatistics routerStatistics)
Specified by:
setRouterStatistics in interface UMORouter

getCorrelationExtractor

public PropertyExtractor getCorrelationExtractor()

setCorrelationExtractor

public void setCorrelationExtractor(PropertyExtractor correlationExtractor)


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.