Uses of Class
org.mule.umo.manager.ContainerException

Packages that use ContainerException
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
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 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.hivemind
 

Methods in org.mule.extras.hivemind that throw ContainerException
 void HiveMindContext.configure(Reader configuration)
          Just log that we don't need any configuration fragment.
 

Uses of ContainerException in org.mule.extras.picocontainer
 

Methods in org.mule.extras.picocontainer that throw ContainerException
 void PicoContainerContext.configure(Reader configuration)
           
protected  void PicoContainerContext.doConfigure(Reader configReader, String builderClassName)
           
 

Uses of ContainerException in org.mule.extras.spring
 

Methods in org.mule.extras.spring that throw ContainerException
 void SpringContainerContext.configure(Reader reader)
           
 

Uses of ContainerException in org.mule.impl
 

Methods in org.mule.impl that throw ContainerException
protected  Class ImmutableMuleDescriptor.getImplementationForReference(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 AbstractContainerContext.configure(Reader configuration, String doctype, String encoding)
           
abstract  void AbstractContainerContext.configure(Reader configuration)
           
 void JndiContainerContext.configure(Reader configuration)
           
 void PropertiesContainerContext.configure(Reader configuration)
           
 void DescriptorContainerContext.configure(Reader configuration)
           
 void MultiContainerContext.configure(Reader configuration, String doctype, String encoding)
           
 

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(Reader configuration, String doctype, String encoding)
          This method will be called if there is a configuration fragement for the container to use to configure itself.
 



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