|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractObjectFactory | |
|---|---|
| org.mule.config.spring.factories | |
| org.mule.config.spring.util | |
| org.mule.module.guice.config | |
| org.mule.object | |
| Uses of AbstractObjectFactory in org.mule.config.spring.factories |
|---|
| Subclasses of AbstractObjectFactory in org.mule.config.spring.factories | |
|---|---|
class |
ScopedObjectFactory
This class is a bastardization of the the exising factories. |
| 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.module.guice.config |
|---|
| Subclasses of AbstractObjectFactory in org.mule.module.guice.config | |
|---|---|
class |
GuiceLookupObjectFactory
A Componet object factory that is configured from Guice |
| 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 | |||||||||