|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Various configuration builders for configuring a Mule Instance. |
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.impl.container | Internal container context implementation and Jndi container implementation. |
org.mule.tck.model | Test suite for testing Model releated extensions. |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
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 container)
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.impl.container |
Classes in org.mule.impl.container that implement UMOContainerContext | |
class |
AbstractContainerContext
AbstractContainerContext provides base container configuration
functions for handling embedded configuration |
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 |
MultiContainerContext
MultiContainerContext is a container that hosts other containers
from which components are queried. |
Methods in org.mule.impl.container that return UMOContainerContext | |
UMOContainerContext |
MultiContainerContext.removeContainer(java.lang.String name)
|
Methods in org.mule.impl.container with parameters of type UMOContainerContext | |
void |
MultiContainerContext.addContainer(UMOContainerContext container)
|
Uses of UMOContainerContext in org.mule.tck.model |
Methods in org.mule.tck.model that return UMOContainerContext | |
abstract UMOContainerContext |
AbstractContainerContextTestCase.getContainerContext()
|
Uses of UMOContainerContext in org.mule.umo.manager |
Methods in org.mule.umo.manager that return UMOContainerContext | |
UMOContainerContext |
UMOManager.getContainerContext()
associates a Dependency Injector container with Mule. |
Methods in org.mule.umo.manager with parameters of type UMOContainerContext | |
void |
UMOManager.setContainerContext(UMOContainerContext context)
associates a Dependency Injector container with Mule. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |