|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractObjectFactory | |
|---|---|
| org.mule.config.spring.util | |
| org.mule.object | |
| Uses of AbstractObjectFactory in org.mule.config.spring.util |
|---|
| Subclasses of AbstractObjectFactory in org.mule.config.spring.util | |
|---|---|
class |
SpringBeanLookup
This is an implementation of the ObjectFactory interface which simply delegates to the Spring ApplicationContext. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||