public class PersistableAnnotationInvokerPostprocessor extends Object implements InvokerPostprocessor
This InvokerPreprocessor
implementation removes the persistable session from the requestContext if found.
Constructor and Description |
---|
PersistableAnnotationInvokerPostprocessor() |
Modifier and Type | Method and Description |
---|---|
Object |
postprocoess(org.apache.cxf.message.Exchange exchange,
Object request,
Object result)
If this postprocessor is able to process the returned message after the default JAXRSInvoker returns
a message object.
|
public PersistableAnnotationInvokerPostprocessor()
public Object postprocoess(org.apache.cxf.message.Exchange exchange, Object request, Object result)
InvokerPostprocessor
postprocoess
in interface InvokerPostprocessor
result
- the return object from the default JAXRSInvoker or the previous InvokerPostprocessorCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.