Uses of Class
org.mule.umo.model.ComponentResolverException

Packages that use ComponentResolverException
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config.builders   
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.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. 
 

Uses of ComponentResolverException in org.mule
 

Methods in org.mule that throw ComponentResolverException
 UMOContainerContext MuleManager.getContainerContext()
          associates a Dependency Injector container with Mule.
 

Uses of ComponentResolverException in org.mule.config.builders
 

Methods in org.mule.config.builders that throw ComponentResolverException
protected  void MuleXmlConfigurationBuilder.setContainerProperties()
           
 void ContainerReference.resolveReference(UMOContainerContext ctx)
           
 

Uses of ComponentResolverException in org.mule.extras.picocontainer
 

Methods in org.mule.extras.picocontainer that throw ComponentResolverException
 void PicoContainerContext.configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
protected  void PicoContainerContext.doConfigure(java.io.Reader configReader, java.lang.String builderClassName)
           
 

Uses of ComponentResolverException in org.mule.extras.plexus
 

Methods in org.mule.extras.plexus that throw ComponentResolverException
 void PlexusContainerContext.configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
 

Uses of ComponentResolverException in org.mule.extras.spring
 

Methods in org.mule.extras.spring that throw ComponentResolverException
 void SpringContainerContext.configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
 

Uses of ComponentResolverException in org.mule.impl
 

Methods in org.mule.impl that throw ComponentResolverException
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 ComponentResolverException in org.mule.umo
 

Methods in org.mule.umo that throw ComponentResolverException
 UMOContainerContext UMOManager.getContainerContext()
          associates a Dependency Injector container with Mule.
 

Uses of ComponentResolverException in org.mule.umo.model
 

Subclasses of ComponentResolverException in org.mule.umo.model
 class ComponentNotFoundException
          ComponentNotFoundException is thrown when a reference to a component in a configured container is not found
 

Methods in org.mule.umo.model that throw ComponentResolverException
 void UMOContainerContext.configure(java.io.Reader configuration, java.util.Map configurationProperties)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.