Uses of Interface
org.mule.umo.model.UMOContainerContext

Packages that use UMOContainerContext
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config.builders   
org.mule.extras.picocontainer Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects and PicoPool for pooling Mule components. 
org.mule.extras.plexus   
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the the spring container to build components managed by Mule. 
org.mule.model Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. 
org.mule.tck.model Test suite for testing Model releated extensions. 
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 UMOContainerContext in org.mule
 

Methods in org.mule that return UMOContainerContext
 UMOContainerContext MuleManager.getContainerContext()
          associates a Dependency Injector container with Mule.
 

Methods in org.mule with parameters of type UMOContainerContext
 void MuleManager.setContainerContext(UMOContainerContext context)
          associates a Dependency Injector container with Mule.
 

Uses of UMOContainerContext in org.mule.config.builders
 

Methods in org.mule.config.builders with parameters of type UMOContainerContext
 void QuickConfigurationBuilder.setContainerContext(UMOContainerContext ctx)
          Sets the component resolver on the model.
 void ContainerReference.resolveReference(UMOContainerContext ctx)
           
 

Uses of UMOContainerContext in org.mule.extras.picocontainer
 

Classes in org.mule.extras.picocontainer that implement UMOContainerContext
 class PicoContainerContext
          PicoContainerContext is a Pico Context that can expose pico-managed components for use in the Mule framework.
 

Uses of UMOContainerContext in org.mule.extras.plexus
 

Classes in org.mule.extras.plexus that implement UMOContainerContext
 class PlexusContainerContext
          PlexusContainerContext integrate the plexus container with Mule so that Mule objects can be constructed using Plexus-managed objects
 

Uses of UMOContainerContext in org.mule.extras.spring
 

Classes in org.mule.extras.spring that implement UMOContainerContext
 class SpringContainerContext
          SpringContainerContext is a Spring Context that can expose spring-managed components for use in the Mule framework.
 

Uses of UMOContainerContext in org.mule.model
 

Classes in org.mule.model that implement UMOContainerContext
 class MuleContainerContext
          MuleContainerContext is a default resolver that doesn't support external reference resolution.
 

Uses of UMOContainerContext in org.mule.tck.model
 

Methods in org.mule.tck.model that return UMOContainerContext
abstract  UMOContainerContext AbstractComponentResolverTestCase.getContainerContext()
           
 

Uses of UMOContainerContext in org.mule.umo
 

Methods in org.mule.umo that return UMOContainerContext
 UMOContainerContext UMOManager.getContainerContext()
          associates a Dependency Injector container with Mule.
 

Methods in org.mule.umo with parameters of type UMOContainerContext
 void UMOManager.setContainerContext(UMOContainerContext context)
          associates a Dependency Injector container with Mule.
 



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