| Constructor and Description | 
|---|
| PerRequestFactory(Class<?> svcClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | create(Exchange ex)Creates the object that will be used for the invoke | 
| void | release(Exchange ex,
       Object o)Post invoke, this is called to allow the factory to release
 the object, store it, etc... | 
Apache CXF