public class JAXRSInvoker
extends org.apache.cxf.service.invoker.AbstractInvoker
| Constructor and Description |
|---|
JAXRSInvoker() |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncResponseImpl |
checkFutureResponse(org.apache.cxf.message.Message inMessage,
Object result) |
protected Object |
getActualServiceObject(org.apache.cxf.message.Exchange exchange,
Object rootInstance) |
protected Method |
getMethodToInvoke(ClassResourceInfo cri,
OperationResourceInfo ori,
Object resourceObject) |
Object |
getServiceObject(org.apache.cxf.message.Exchange exchange) |
protected javax.ws.rs.core.MultivaluedMap<String,String> |
getTemplateValues(org.apache.cxf.message.Message msg) |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object request) |
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object request,
Object resourceObject) |
public Object invoke(org.apache.cxf.message.Exchange exchange, Object request)
invoke in interface org.apache.cxf.service.invoker.Invokerinvoke in class org.apache.cxf.service.invoker.AbstractInvokerpublic Object invoke(org.apache.cxf.message.Exchange exchange, Object request, Object resourceObject)
protected AsyncResponseImpl checkFutureResponse(org.apache.cxf.message.Message inMessage, Object result)
protected Method getMethodToInvoke(ClassResourceInfo cri, OperationResourceInfo ori, Object resourceObject)
protected javax.ws.rs.core.MultivaluedMap<String,String> getTemplateValues(org.apache.cxf.message.Message msg)
public Object getServiceObject(org.apache.cxf.message.Exchange exchange)
getServiceObject in class org.apache.cxf.service.invoker.AbstractInvokerApache CXF