|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvokerPostprocessor
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}
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 InvokerPostprocessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |