org.mule.routing.nested
Class DefaultNestedRouterCollection

java.lang.Object
  extended by org.mule.routing.AbstractRouterCollection
      extended by org.mule.routing.nested.DefaultNestedRouterCollection
All Implemented Interfaces:
MuleContextAware, Disposable, Initialisable, NestedRouterCollection, RouterCollection

public class DefaultNestedRouterCollection
extends AbstractRouterCollection
implements NestedRouterCollection

TODO


Field Summary
 
Fields inherited from class org.mule.routing.AbstractRouterCollection
logger, matchAll, muleContext, routers
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
DefaultNestedRouterCollection()
           
 
Method Summary
 
Methods inherited from class org.mule.routing.AbstractRouterCollection
addRouter, dispose, getCatchAllStrategy, getRouters, getStatistics, initialise, isMatchAll, removeRouter, setCatchAllStrategy, setMatchAll, setMuleContext, setRouters, setStatistics
 
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.RouterCollection
addRouter, getCatchAllStrategy, getRouters, getStatistics, isMatchAll, removeRouter, setCatchAllStrategy, setMatchAll, setRouters, setStatistics
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Constructor Detail

DefaultNestedRouterCollection

public DefaultNestedRouterCollection()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.