Package org.apache.cxf.jaxrs
Class JAXRSInvoker
- java.lang.Object
-
- org.apache.cxf.service.invoker.AbstractInvoker
-
- org.apache.cxf.jaxrs.JAXRSInvoker
-
- All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker
- Direct Known Subclasses:
JAXRSBeanValidationInvoker
public class JAXRSInvoker extends org.apache.cxf.service.invoker.AbstractInvoker
-
-
Constructor Summary
Constructors Constructor Description JAXRSInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AsyncResponseImplcheckFutureResponse(org.apache.cxf.message.Message inMessage, Object result)protected ObjectgetActualServiceObject(org.apache.cxf.message.Exchange exchange, Object rootInstance)protected MethodgetMethodToInvoke(ClassResourceInfo cri, OperationResourceInfo ori, Object resourceObject)ObjectgetServiceObject(org.apache.cxf.message.Exchange exchange)protected javax.ws.rs.core.MultivaluedMap<String,String>getTemplateValues(org.apache.cxf.message.Message msg)Objectinvoke(org.apache.cxf.message.Exchange exchange, Object request)Objectinvoke(org.apache.cxf.message.Exchange exchange, Object request, Object resourceObject)
-
-
-
Method Detail
-
invoke
public Object invoke(org.apache.cxf.message.Exchange exchange, Object request)
- Specified by:
invokein interfaceorg.apache.cxf.service.invoker.Invoker- Overrides:
invokein classorg.apache.cxf.service.invoker.AbstractInvoker
-
invoke
public Object invoke(org.apache.cxf.message.Exchange exchange, Object request, Object resourceObject)
-
checkFutureResponse
protected AsyncResponseImpl checkFutureResponse(org.apache.cxf.message.Message inMessage, Object result)
-
getMethodToInvoke
protected Method getMethodToInvoke(ClassResourceInfo cri, OperationResourceInfo ori, Object resourceObject)
-
getTemplateValues
protected javax.ws.rs.core.MultivaluedMap<String,String> getTemplateValues(org.apache.cxf.message.Message msg)
-
getServiceObject
public Object getServiceObject(org.apache.cxf.message.Exchange exchange)
- Specified by:
getServiceObjectin classorg.apache.cxf.service.invoker.AbstractInvoker
-
-