Uses of Class
org.apache.cxf.jaxrs.model.OperationResourceInfo
Packages that use OperationResourceInfo
Package
Description
-
Uses of OperationResourceInfo in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs with parameters of type OperationResourceInfoModifier and TypeMethodDescriptionprotected 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 OperationResourceInfoModifier and TypeMethodDescriptionintResourceComparator.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 OperationResourceInfoModifierConstructorDescriptionResourceContextImpl(org.apache.cxf.message.Message m, OperationResourceInfo ori) -
Uses of OperationResourceInfo in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return OperationResourceInfoModifier and TypeMethodDescriptionMethodInvocationInfo.getMethodInfo()MethodDispatcher.getOperationResourceInfo(Method method) Methods in org.apache.cxf.jaxrs.model that return types with arguments of type OperationResourceInfoMethods in org.apache.cxf.jaxrs.model with parameters of type OperationResourceInfoModifier and TypeMethodDescriptionvoidMethodDispatcher.bind(OperationResourceInfo o, Method... methods) intOperationResourceInfoComparator.compare(OperationResourceInfo e1, OperationResourceInfo e2) protected intOperationResourceInfoComparatorBase.compare(OperationResourceInfo e1, OperationResourceInfo e2, boolean getMethod, String httpMethod, jakarta.ws.rs.core.MediaType contentType, List<jakarta.ws.rs.core.MediaType> acceptTypes) protected intOperationResourceInfoComparatorBase.compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod) protected intOperationResourceInfoComparatorBase.compare(OperationResourceInfo e1, OperationResourceInfo e2, String httpMethod, jakarta.ws.rs.core.MediaType contentType, List<jakarta.ws.rs.core.MediaType> acceptTypes) MethodDispatcher.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 OperationResourceInfoModifierConstructorDescriptionMethodInvocationInfo(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 OperationResourceInfoModifier and TypeMethodDescriptionDocumentationProvider.getMethodDoc(OperationResourceInfo ori) JavaDocProvider.getMethodDoc(OperationResourceInfo ori) DocumentationProvider.getMethodParameterDoc(OperationResourceInfo ori, int paramIndex) JavaDocProvider.getMethodParameterDoc(OperationResourceInfo ori, int paramIndex) DocumentationProvider.getMethodResponseDoc(OperationResourceInfo ori) JavaDocProvider.getMethodResponseDoc(OperationResourceInfo ori) -
Uses of OperationResourceInfo in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return OperationResourceInfoModifier and TypeMethodDescriptionstatic OperationResourceInfoJAXRSUtils.findTargetMethod(Map<ClassResourceInfo, jakarta.ws.rs.core.MultivaluedMap<String, String>> matchedResources, org.apache.cxf.message.Message message, String httpMethod, jakarta.ws.rs.core.MultivaluedMap<String, String> matchedValues, String requestContentType, List<jakarta.ws.rs.core.MediaType> acceptContentTypes) static OperationResourceInfoJAXRSUtils.findTargetMethod(Map<ClassResourceInfo, jakarta.ws.rs.core.MultivaluedMap<String, String>> matchedResources, org.apache.cxf.message.Message message, String httpMethod, jakarta.ws.rs.core.MultivaluedMap<String, String> matchedValues, String requestContentType, List<jakarta.ws.rs.core.MediaType> acceptContentTypes, boolean throwException, boolean recordMatchedUri) Methods in org.apache.cxf.jaxrs.utils with parameters of type OperationResourceInfoModifier and TypeMethodDescriptionstatic 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, jakarta.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(jakarta.ws.rs.core.MediaType requestContentType, OperationResourceInfo ori) static booleanJAXRSUtils.matchMimeTypes(jakarta.ws.rs.core.MediaType requestContentType, jakarta.ws.rs.core.MediaType acceptContentType, OperationResourceInfo ori) static booleanJAXRSUtils.matchProduceTypes(jakarta.ws.rs.core.MediaType acceptContentType, OperationResourceInfo ori) JAXRSUtils.processParameters(OperationResourceInfo ori, jakarta.ws.rs.core.MultivaluedMap<String, String> values, org.apache.cxf.message.Message message) static voidJAXRSUtils.pushOntoStack(OperationResourceInfo ori, jakarta.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)