Uses of Class
org.apache.cxf.jaxrs.model.OperationResourceInfo
-
Packages that use OperationResourceInfo Package Description org.apache.cxf.jaxrs org.apache.cxf.jaxrs.ext org.apache.cxf.jaxrs.impl org.apache.cxf.jaxrs.model org.apache.cxf.jaxrs.model.doc org.apache.cxf.jaxrs.utils -
-
Uses of OperationResourceInfo in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs with parameters of type OperationResourceInfo Modifier and Type Method Description protected MethodJAXRSInvoker. getMethodToInvoke(ClassResourceInfo cri, OperationResourceInfo ori, Object resourceObject) -
Uses of OperationResourceInfo in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext with parameters of type OperationResourceInfo Modifier and Type Method Description intResourceComparator. 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 Constructor Description 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 Modifier and Type Method Description OperationResourceInfoMethodInvocationInfo. getMethodInfo()OperationResourceInfoMethodDispatcher. getOperationResourceInfo(Method method)Methods in org.apache.cxf.jaxrs.model that return types with arguments of type OperationResourceInfo Modifier and Type Method Description Set<OperationResourceInfo>MethodDispatcher. getOperationResourceInfos()Methods in org.apache.cxf.jaxrs.model with parameters of type OperationResourceInfo Modifier and Type Method Description voidMethodDispatcher. bind(OperationResourceInfo o, Method... methods)intOperationResourceInfoComparator. compare(OperationResourceInfo e1, OperationResourceInfo e2)protected intOperationResourceInfoComparatorBase. compare(OperationResourceInfo e1, OperationResourceInfo e2, boolean getMethod, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)protected intOperationResourceInfoComparatorBase. compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod)protected intOperationResourceInfoComparatorBase. compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod, javax.ws.rs.core.MediaType contentType, List<javax.ws.rs.core.MediaType> acceptTypes)MethodMethodDispatcher. getMethod(OperationResourceInfo op)voidClassResourceInfo. injectContexts(Object resourceObject, OperationResourceInfo ori, org.apache.cxf.message.Message inMessage)Constructors in org.apache.cxf.jaxrs.model with parameters of type OperationResourceInfo Constructor Description MethodInvocationInfo(OperationResourceInfo ori, Class<?> realClass, List<String> templateValues) -
Uses of OperationResourceInfo in org.apache.cxf.jaxrs.model.doc
Methods in org.apache.cxf.jaxrs.model.doc with parameters of type OperationResourceInfo Modifier and Type Method Description StringDocumentationProvider. getMethodDoc(OperationResourceInfo ori)StringJavaDocProvider. getMethodDoc(OperationResourceInfo ori)StringDocumentationProvider. getMethodParameterDoc(OperationResourceInfo ori, int paramIndex)StringJavaDocProvider. getMethodParameterDoc(OperationResourceInfo ori, int paramIndex)StringDocumentationProvider. getMethodResponseDoc(OperationResourceInfo ori)StringJavaDocProvider. getMethodResponseDoc(OperationResourceInfo ori) -
Uses of OperationResourceInfo in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return OperationResourceInfo Modifier and Type Method Description static OperationResourceInfoJAXRSUtils. 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 OperationResourceInfoJAXRSUtils. 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, boolean recordMatchedUri)Methods in org.apache.cxf.jaxrs.utils with parameters of type OperationResourceInfo Modifier and Type Method Description static ObjectJAXRSUtils. createBeanParamValue(org.apache.cxf.message.Message m, Class<?> clazz, OperationResourceInfo ori)static ObjectJAXRSUtils. 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 StringJAXRSUtils. getUriTemplate(org.apache.cxf.message.Message message, ClassResourceInfo cri, OperationResourceInfo ori)Get path URI template, combining base path, class & method templatesstatic StringJAXRSUtils. getUriTemplate(org.apache.cxf.message.Message message, ClassResourceInfo cri, OperationResourceInfo ori, OperationResourceInfo subOri)Get path URI template, combining base path, class & method & subresource templatesstatic voidJAXRSUtils. injectParameters(OperationResourceInfo ori, Object requestObject, org.apache.cxf.message.Message message)static voidJAXRSUtils. injectParameters(OperationResourceInfo ori, BeanResourceInfo bri, Object requestObject, org.apache.cxf.message.Message message)static booleanJAXRSUtils. matchConsumeTypes(javax.ws.rs.core.MediaType requestContentType, OperationResourceInfo ori)static booleanJAXRSUtils. matchMimeTypes(javax.ws.rs.core.MediaType requestContentType, javax.ws.rs.core.MediaType acceptContentType, OperationResourceInfo ori)static booleanJAXRSUtils. 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 voidJAXRSUtils. pushOntoStack(OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap<String,String> params, org.apache.cxf.message.Message msg)static voidJAXRSUtils. runContainerResponseFilters(ServerProviderFactory pf, ResponseImpl r, org.apache.cxf.message.Message m, OperationResourceInfo ori, Method invoked)
-