Package org.apache.cxf.service.invoker
Class SingletonFactory
- java.lang.Object
- 
- org.apache.cxf.service.invoker.SingletonFactory
 
- 
- 
Constructor SummaryConstructors Constructor Description SingletonFactory(Class<?> beanClass)SingletonFactory(Object bean)SingletonFactory(Factory f)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate(Exchange ex)Creates the object that will be used for the invokevoidrelease(Exchange ex, Object o)Post invoke, this is called to allow the factory to release the object, store it, etc...
 
-