Package org.apache.cxf.service.invoker
Class SingletonFactory
java.lang.Object
org.apache.cxf.service.invoker.SingletonFactory
- All Implemented Interfaces:
- Factory
Always returns a single instance of the bean.
 This is generally the default.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SingletonFactory
- 
SingletonFactory
- 
SingletonFactory
 
- 
- 
Method Details- 
createCreates the object that will be used for the invoke
- 
releasePost invoke, this is called to allow the factory to release the object, store it, etc...
 
-