Uses of Interface
org.mule.util.ObjectFactory

Packages that use ObjectFactory
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.impl.model.seda.optimised   
org.mule.impl.security Core security implementation including the mule security manager and encryption types 
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of ObjectFactory in org.mule.config.pool
 

Classes in org.mule.config.pool that implement ObjectFactory
 class AbstractProxyFactory
          AbstractProxyFactory provides common behaviour for creating proxy objects.
 class CommonsPoolProxyFactory
          CommonsPoolProxyFactory is used to create MuleProxies for use in a proxy pool.
 

Fields in org.mule.config.pool declared as ObjectFactory
protected  ObjectFactory CommonsPoolProxyPool.factory
          the factory used to create objects for the pool
 

Methods in org.mule.config.pool with parameters of type ObjectFactory
 void CommonsPoolProxyPool.setFactory(ObjectFactory factory)
           
 ObjectPool CommonsPoolFactory.createPool(UMODescriptor descriptor, UMOModel model, ObjectFactory factory, PoolingProfile pp)
           
 

Constructors in org.mule.config.pool with parameters of type ObjectFactory
CommonsPoolProxyPool(MuleDescriptor descriptor, UMOModel model, ObjectFactory factory, PoolingProfile pp)
          Creates a new pool and an Object factory with the UMODescriptor
 

Uses of ObjectFactory in org.mule.impl.model.seda.optimised
 

Classes in org.mule.impl.model.seda.optimised that implement ObjectFactory
 class OptimisedProxyFactory
          Creates an optimised Mule proxy for pooling which does away with the reflection and inteception on objects
 

Uses of ObjectFactory in org.mule.impl.security
 

Methods in org.mule.impl.security that return ObjectFactory
 ObjectFactory SecretKeyEncryptionStrategy.getKeyFactory()
           
 

Methods in org.mule.impl.security with parameters of type ObjectFactory
 void SecretKeyEncryptionStrategy.setKeyFactory(ObjectFactory keyFactory)
           
 

Uses of ObjectFactory in org.mule.tck.model
 

Methods in org.mule.tck.model that return ObjectFactory
abstract  ObjectFactory AbstractProxyPoolFactoryTestCase.getProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
           
 

Uses of ObjectFactory in org.mule.tck.testmodels.fruit
 

Classes in org.mule.tck.testmodels.fruit that implement ObjectFactory
 class BananaFactory
          BananaFactory is a test factory that creates Bananas
 

Uses of ObjectFactory in org.mule.umo.model
 

Methods in org.mule.umo.model with parameters of type ObjectFactory
 ObjectPool UMOPoolFactory.createPool(UMODescriptor descriptor, UMOModel model, ObjectFactory factory, PoolingProfile pp)
           
 

Uses of ObjectFactory in org.mule.util
 

Methods in org.mule.util with parameters of type ObjectFactory
 void ObjectPool.setFactory(ObjectFactory factory)
           
 



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