Uses of Class
org.mule.impl.container.AbstractContainerContext

Packages that use AbstractContainerContext
org.mule.extras.hivemind Provides extensions to use HiveMind with Mule, such as using the registry as a factory for Mule managed objects. 
org.mule.extras.picocontainer Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects. 
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. 
org.mule.impl.container Internal container context implementation and Jndi container implementation. 
 

Uses of AbstractContainerContext in org.mule.extras.hivemind
 

Subclasses of AbstractContainerContext in org.mule.extras.hivemind
 class HiveMindContext
          HiveMindContext is a HiveMind Context that can expose HiveMind managed services for use in the Mule framework.
 

Uses of AbstractContainerContext in org.mule.extras.picocontainer
 

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

Uses of AbstractContainerContext in org.mule.extras.spring
 

Subclasses of AbstractContainerContext in org.mule.extras.spring
 class SpringContainerContext
          SpringContainerContext is a Spring Context that can expose spring-managed components for use in the Mule framework.
 

Uses of AbstractContainerContext in org.mule.impl.container
 

Subclasses of AbstractContainerContext in org.mule.impl.container
 class DescriptorContainerContext
          Will load the component from the descriptors' own properties.
 class EjbContainerContext
          EjbContainerContext is a container implementaiton that allows EJB Session beans to be referenced as Mule managed UMOs
 class JndiContainerContext
          JndiContainerContext is a container implementaiton that exposes a jndi context.
 class MuleContainerContext
          MuleContainerContext is a default resolver that doesn't support external reference resolution.
 class PropertiesContainerContext
          Provides a facade for accessing System properties and properties on the ManagementContext.
 class RmiContainerContext
          RmiContainerContext is a container implementaiton that allows RMi objects to be referenced either as components or properties on components
 



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