public class AroundProcessableJAXRSInvoker
extends org.apache.cxf.jaxrs.JAXRSInvoker
AroundProcessableJAXRSInvoker can do pre/post- processing before/after the default JAXRSInvoker works.
Multiple InvokerPreprocessor
s and InvokerPostprocessor
s can be plugged into this.
InvokerPreprocessor}
,
InvokerPostprocessor}
Constructor and Description |
---|
AroundProcessableJAXRSInvoker() |
Modifier and Type | Method and Description |
---|---|
InvokerPostprocessor[] |
getInvokerPostprocessors() |
InvokerPreprocessor[] |
getInvokerPreprocessors() |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object requestParams,
Object resourceObject) |
void |
setInvokerPostprocessors(InvokerPostprocessor[] invokerPostprocessors) |
void |
setInvokerPreprocessors(InvokerPreprocessor[] invokerPreprocessors) |
getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke
public InvokerPreprocessor[] getInvokerPreprocessors()
public void setInvokerPreprocessors(InvokerPreprocessor[] invokerPreprocessors)
public InvokerPostprocessor[] getInvokerPostprocessors()
public void setInvokerPostprocessors(InvokerPostprocessor[] invokerPostprocessors)
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.