Uses of Class
org.mule.object.AbstractObjectFactory

Packages that use AbstractObjectFactory
org.mule.object   
 

Uses of AbstractObjectFactory in org.mule.object
 

Subclasses of AbstractObjectFactory in org.mule.object
 class PrototypeObjectFactory
          Creates a new instance of the object on each call.
 class SingletonObjectFactory
          Creates an instance of the object once and then always returns the same instance.
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.