org.mule.object
Class PrototypeObjectFactory
java.lang.Object
org.mule.object.AbstractObjectFactory
org.mule.object.PrototypeObjectFactory
- All Implemented Interfaces:
- FlowConstructAware, Disposable, Initialisable, ObjectFactory
public class PrototypeObjectFactory
- extends AbstractObjectFactory
Creates a new instance of the object on each call.
Methods inherited from class org.mule.object.AbstractObjectFactory |
addObjectInitialisationCallback, dispose, fireInitialisationCallbacks, getInstance, getObjectClass, getObjectClassName, getProperties, initialise, isAutoWireObject, isExternallyManagedLifecycle, isSingleton, setFlowConstruct, setObjectClass, setObjectClassName, setProperties, setupObjectClassFromObjectClassName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrototypeObjectFactory
public PrototypeObjectFactory()
- For Spring only
PrototypeObjectFactory
public PrototypeObjectFactory(String objectClassName)
PrototypeObjectFactory
public PrototypeObjectFactory(String objectClassName,
Map properties)
PrototypeObjectFactory
public PrototypeObjectFactory(Class<?> objectClass)
PrototypeObjectFactory
public PrototypeObjectFactory(Class<?> objectClass,
Map properties)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.