| Class | Description |
|---|---|
| AbstractObjectFactory |
Creates object instances based on the class and sets any properties.
|
| JndiObjectFactory | |
| PrototypeObjectFactory |
Creates a new instance of the object on each call.
|
| SingletonObjectFactory |
Creates an instance of the object once and then always returns the same instance.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.