public interface InvokerPostprocessor
Components implementing this interface can be plugged into AroundProcessableJAXRSInvoker
,
which postprocess Exchange, request object and the returned message object after the default JAXRSInvoker
returns a message.
AroundProcessableJAXRSInvoker}
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.
|
Object postprocoess(org.apache.cxf.message.Exchange exchange, Object request, Object result)
exchange
- request
- result
- the return object from the default JAXRSInvoker or the previous InvokerPostprocessorCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.