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.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
 void ContainerReference.resolveReference(UMOContainerContext ctx)
           
 

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 MultiContainerContext.configure(Reader configuration, String doctype, String encoding)
           
 void PropertiesContainerContext.configure(Reader configuration)
           
 void DescriptorContainerContext.configure(Reader configuration)
           
 void AbstractContainerContext.configure(Reader configuration, String doctype, String encoding)
           
abstract  void AbstractContainerContext.configure(Reader configuration)
           
 void JndiContainerContext.configure(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(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-2006 MuleSource Inc.. All Rights Reserved.