Uses of Interface
org.mule.umo.model.UMOComponentFactory

Packages that use UMOComponentFactory
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMOComponentFactory in org.mule.impl
 

Classes in org.mule.impl that implement UMOComponentFactory
 class MuleComponentFactory
          MuleComponentFactory creates an instance of MuleComponent when a Descriptor is registered
 

Methods in org.mule.impl that return UMOComponentFactory
 UMOComponentFactory MuleModel.getComponentFactory()
           
 

Methods in org.mule.impl with parameters of type UMOComponentFactory
 void MuleModel.setComponentFactory(UMOComponentFactory factory)
           
 

Uses of UMOComponentFactory in org.mule.ra
 

Classes in org.mule.ra that implement UMOComponentFactory
 class JcaComponentFactory
          JcaComponentFactory creates a JcaComponent wrapper
 

Uses of UMOComponentFactory in org.mule.umo.model
 

Methods in org.mule.umo.model that return UMOComponentFactory
 UMOComponentFactory UMOModel.getComponentFactory()
          Returns the factory used to create component wrappers that are registered on the Model
 

Methods in org.mule.umo.model with parameters of type UMOComponentFactory
 void UMOModel.setComponentFactory(UMOComponentFactory factory)
          Sets the factory used to create component wrappers that are registered on the Model
 



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