Uses of Class
org.apache.cxf.jaxrs.model.OperationResourceInfo

Packages that use OperationResourceInfo
org.apache.cxf.jaxrs.ext   
org.apache.cxf.jaxrs.impl   
org.apache.cxf.jaxrs.model   
org.apache.cxf.jaxrs.utils   
 

Uses of OperationResourceInfo in org.apache.cxf.jaxrs.ext
 

Methods in org.apache.cxf.jaxrs.ext with parameters of type OperationResourceInfo
 int ResourceComparator.compare(OperationResourceInfo oper1, OperationResourceInfo oper2, org.apache.cxf.message.Message message)
          Compares two resource methods
 

Uses of OperationResourceInfo in org.apache.cxf.jaxrs.impl
 

Constructors in org.apache.cxf.jaxrs.impl with parameters of type OperationResourceInfo
ResourceContextImpl(org.apache.cxf.message.Message m, OperationResourceInfo ori)
           
ResourceInfoImpl(OperationResourceInfo ori)
           
 

Uses of OperationResourceInfo in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return OperationResourceInfo
 OperationResourceInfo MethodInvocationInfo.getMethodInfo()
           
 OperationResourceInfo MethodDispatcher.getOperationResourceInfo(Method method)
           
 

Methods in org.apache.cxf.jaxrs.model that return types with arguments of type OperationResourceInfo
 Set<OperationResourceInfo> MethodDispatcher.getOperationResourceInfos()
           
 

Methods in org.apache.cxf.jaxrs.model with parameters of type OperationResourceInfo
 void MethodDispatcher.bind(OperationResourceInfo o, Method... methods)
           
 int OperationResourceInfoComparator.compare(OperationResourceInfo e1, OperationResourceInfo e2)
           
 Method MethodDispatcher.getMethod(OperationResourceInfo op)
           
 void ClassResourceInfo.injectContexts(Object resourceObject, OperationResourceInfo ori, org.apache.cxf.message.Message inMessage)
           
 

Constructors in org.apache.cxf.jaxrs.model with parameters of type OperationResourceInfo
MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues)
           
 

Uses of OperationResourceInfo in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils that return OperationResourceInfo
static OperationResourceInfo JAXRSUtils.findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, org.apache.cxf.message.Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes)
           
static OperationResourceInfo JAXRSUtils.findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, org.apache.cxf.message.Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes, boolean throwException)
           
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type OperationResourceInfo
static Object JAXRSUtils.createBeanParamValue(org.apache.cxf.message.Message m, Class<?> clazz, OperationResourceInfo ori)
           
static Object JAXRSUtils.createHttpParameterValue(Parameter parameter, Class<?> parameterClass, Type genericParam, Annotation[] paramAnns, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori)
           
static void JAXRSUtils.injectParameters(OperationResourceInfo ori, BeanResourceInfo bri, Object requestObject, org.apache.cxf.message.Message message)
           
static void JAXRSUtils.injectParameters(OperationResourceInfo ori, Object requestObject, org.apache.cxf.message.Message message)
           
static boolean JAXRSUtils.matchConsumeTypes(javax.ws.rs.core.MediaType requestContentType, OperationResourceInfo ori)
           
static boolean JAXRSUtils.matchMimeTypes(javax.ws.rs.core.MediaType requestContentType, javax.ws.rs.core.MediaType acceptContentType, OperationResourceInfo ori)
           
static boolean JAXRSUtils.matchProduceTypes(javax.ws.rs.core.MediaType acceptContentType, OperationResourceInfo ori)
           
static List<Object> JAXRSUtils.processParameters(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> values, org.apache.cxf.message.Message message)
           
static void JAXRSUtils.pushOntoStack(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> params, org.apache.cxf.message.Message msg)
           
static void JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, org.apache.cxf.message.Message m, OperationResourceInfo ori, Method invoked)
           
 



Apache CXF