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

Packages that use ComponentNotFoundException
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.model Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. 
 

Uses of ComponentNotFoundException in org.mule.extras.picocontainer
 

Methods in org.mule.extras.picocontainer that throw ComponentNotFoundException
 java.lang.Object PicoContainerContext.getComponent(java.lang.Object key)
           
 

Uses of ComponentNotFoundException in org.mule.extras.plexus
 

Methods in org.mule.extras.plexus that throw ComponentNotFoundException
 java.lang.Object PlexusContainerContext.getComponent(java.lang.Object key)
           
 

Uses of ComponentNotFoundException in org.mule.extras.spring
 

Methods in org.mule.extras.spring that throw ComponentNotFoundException
 java.lang.Object SpringContainerContext.getComponent(java.lang.Object key)
           
 

Uses of ComponentNotFoundException in org.mule.impl
 

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

Methods in org.mule.model that throw ComponentNotFoundException
 java.lang.Object MuleContainerContext.getComponent(java.lang.Object key)
           
 

Uses of ComponentNotFoundException in org.mule.umo.model
 

Methods in org.mule.umo.model that throw ComponentNotFoundException
 java.lang.Object UMOContainerContext.getComponent(java.lang.Object key)
           
 



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