|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerException | |
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 | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.container | Internal container context implementation and Jndi container implementation. |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Uses of ContainerException in org.mule.config.builders |
Methods in org.mule.config.builders that throw ContainerException | |
protected void |
MuleXmlConfigurationBuilder.setContainerProperties()
|
void |
ContainerReference.resolveReference(UMOContainerContext ctx)
|
Uses of ContainerException in org.mule.extras.picocontainer |
Methods in org.mule.extras.picocontainer that throw ContainerException | |
void |
PicoContainerContext.configure(java.io.Reader configuration)
|
protected void |
PicoContainerContext.doConfigure(java.io.Reader configReader,
java.lang.String builderClassName)
|
Uses of ContainerException in org.mule.extras.plexus |
Methods in org.mule.extras.plexus that throw ContainerException | |
void |
PlexusContainerContext.configure(java.io.Reader configuration)
|
Uses of ContainerException in org.mule.extras.spring |
Methods in org.mule.extras.spring that throw ContainerException | |
void |
SpringContainerContext.configure(java.io.Reader configuration)
|
Uses of ContainerException in org.mule.impl |
Methods in org.mule.impl that throw ContainerException | |
protected java.lang.Class |
ImmutableMuleDescriptor.getImplementationForReference(java.lang.String reference)
A helper method that will resolved a component for a given reference id. |
Uses of ContainerException in org.mule.impl.container |
Methods in org.mule.impl.container that throw ContainerException | |
void |
MultiContainerContext.configure(java.io.Reader configuration,
java.lang.String doctype,
java.lang.String encoding)
|
void |
JndiContainerContext.configure(java.io.Reader configuration)
|
void |
AbstractContainerContext.configure(java.io.Reader configuration,
java.lang.String doctype,
java.lang.String encoding)
|
abstract void |
AbstractContainerContext.configure(java.io.Reader configuration)
|
Uses of ContainerException in org.mule.umo.manager |
Subclasses of ContainerException in org.mule.umo.manager | |
class |
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to
a component in a configured container is not found |
Methods in org.mule.umo.manager that throw ContainerException | |
void |
UMOContainerContext.configure(java.io.Reader configuration,
java.lang.String doctype,
java.lang.String encoding)
This method will be called if there is a configuration fragement for the container to use to configure itself. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |