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 Summary
-
Method Summary
-
Constructor Details
-
SingletonFactory
-
SingletonFactory
-
SingletonFactory
-
-
Method Details
-
create
Creates the object that will be used for the invoke -
release
Post invoke, this is called to allow the factory to release the object, store it, etc...
-