Package org.apache.cxf.service.invoker
Class SessionFactory
- java.lang.Object
-
- org.apache.cxf.service.invoker.SessionFactory
-
-
Constructor Summary
Constructors Constructor Description SessionFactory(Class<?> svcClass)
SessionFactory(Class<?> svcClass, boolean createOnDemand)
SessionFactory(Factory f)
SessionFactory(Factory f, boolean createOnDemand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
create(Exchange e)
Creates the object that will be used for the invokevoid
release(Exchange e, Object o)
Post invoke, this is called to allow the factory to release the object, store it, etc...
-