Package org.apache.cxf.service.invoker
Class PerRequestFactory
- java.lang.Object
- 
- org.apache.cxf.service.invoker.PerRequestFactory
 
- 
- 
Constructor SummaryConstructors Constructor Description PerRequestFactory(Class<?> svcClass)
 - 
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...
 
-