Uses of Interface
org.mule.api.routing.NestedRouterCollection

Packages that use NestedRouterCollection
org.mule.api.component   
org.mule.component   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.routing.nested   
org.mule.service   
 

Uses of NestedRouterCollection in org.mule.api.component
 

Methods in org.mule.api.component that return NestedRouterCollection
 NestedRouterCollection JavaComponent.getNestedRouter()
           
 

Methods in org.mule.api.component with parameters of type NestedRouterCollection
 void JavaComponent.setNestedRouter(NestedRouterCollection nestedRouter)
           
 

Uses of NestedRouterCollection in org.mule.component
 

Fields in org.mule.component declared as NestedRouterCollection
protected  NestedRouterCollection AbstractJavaComponent.nestedRouter
           
 

Methods in org.mule.component that return NestedRouterCollection
 NestedRouterCollection AbstractJavaComponent.getNestedRouter()
           
 

Methods in org.mule.component with parameters of type NestedRouterCollection
 void AbstractJavaComponent.setNestedRouter(NestedRouterCollection nestedRouter)
           
 

Constructors in org.mule.component with parameters of type NestedRouterCollection
AbstractJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, NestedRouterCollection nestedRouterCollection)
           
DefaultJavaComponent(ObjectFactory objectFactory, EntryPointResolverSet entryPointResolverSet, NestedRouterCollection nestedRouterCollection)
           
PooledJavaComponent(ObjectFactory objectFactory, PoolingProfile poolingProfile, EntryPointResolverSet entryPointResolverSet, NestedRouterCollection nestedRouterCollection)
           
 

Uses of NestedRouterCollection in org.mule.module.scripting.component
 

Fields in org.mule.module.scripting.component declared as NestedRouterCollection
protected  NestedRouterCollection ScriptComponent.nestedRouter
           
 

Methods in org.mule.module.scripting.component that return NestedRouterCollection
 NestedRouterCollection ScriptComponent.getNestedRouter()
           
 

Methods in org.mule.module.scripting.component with parameters of type NestedRouterCollection
 void ScriptComponent.setNestedRouter(NestedRouterCollection nestedRouter)
           
 

Uses of NestedRouterCollection in org.mule.routing.nested
 

Classes in org.mule.routing.nested that implement NestedRouterCollection
 class DefaultNestedRouterCollection
          TODO
 

Uses of NestedRouterCollection in org.mule.service
 

Fields in org.mule.service declared as NestedRouterCollection
protected  NestedRouterCollection AbstractService.nestedRouter
           
 



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