Uses of Interface
org.mule.umo.routing.UMONestedRouterCollection

Packages that use UMONestedRouterCollection
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.routing.nested   
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of UMONestedRouterCollection in org.mule.impl
 

Fields in org.mule.impl declared as UMONestedRouterCollection
protected  UMONestedRouterCollection ImmutableMuleDescriptor.nestedRouter
           
 

Methods in org.mule.impl that return UMONestedRouterCollection
 UMONestedRouterCollection ImmutableMuleDescriptor.getNestedRouter()
           
 

Methods in org.mule.impl with parameters of type UMONestedRouterCollection
 void MuleDescriptor.setNestedRouter(UMONestedRouterCollection router)
           
 

Uses of UMONestedRouterCollection in org.mule.routing.nested
 

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

Uses of UMONestedRouterCollection in org.mule.umo
 

Methods in org.mule.umo that return UMONestedRouterCollection
 UMONestedRouterCollection UMOImmutableDescriptor.getNestedRouter()
           
 

Methods in org.mule.umo with parameters of type UMONestedRouterCollection
 void UMODescriptor.setNestedRouter(UMONestedRouterCollection router)
           
 



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