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