| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
JAXRSInvoker.getMethodToInvoke(ClassResourceInfo cri,
OperationResourceInfo ori,
Object resourceObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
ResourceComparator.compare(OperationResourceInfo oper1,
OperationResourceInfo oper2,
org.apache.cxf.message.Message message)
Compares two resource methods
|
| Constructor and Description |
|---|
ResourceContextImpl(org.apache.cxf.message.Message m,
OperationResourceInfo ori) |
ResourceInfoImpl(OperationResourceInfo ori) |
| Modifier and Type | Method and Description |
|---|---|
OperationResourceInfo |
MethodInvocationInfo.getMethodInfo() |
OperationResourceInfo |
MethodDispatcher.getOperationResourceInfo(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Set<OperationResourceInfo> |
MethodDispatcher.getOperationResourceInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDispatcher.bind(OperationResourceInfo o,
Method... methods) |
int |
OperationResourceInfoComparator.compare(OperationResourceInfo e1,
OperationResourceInfo e2) |
protected int |
OperationResourceInfoComparatorBase.compare(OperationResourceInfo e1,
OperationResourceInfo e2,
boolean getMethod,
String httpMethod,
javax.ws.rs.core.MediaType contentType,
List<javax.ws.rs.core.MediaType> acceptTypes) |
protected int |
OperationResourceInfoComparatorBase.compare(OperationResourceInfo e1,
OperationResourceInfo e2,
String httpMethod) |
protected int |
OperationResourceInfoComparatorBase.compare(OperationResourceInfo e1,
OperationResourceInfo e2,
String httpMethod,
javax.ws.rs.core.MediaType contentType,
List<javax.ws.rs.core.MediaType> acceptTypes) |
Method |
MethodDispatcher.getMethod(OperationResourceInfo op) |
void |
ClassResourceInfo.injectContexts(Object resourceObject,
OperationResourceInfo ori,
org.apache.cxf.message.Message inMessage) |
| Constructor and Description |
|---|
MethodInvocationInfo(OperationResourceInfo ori,
Class<?> realClass,
List<String> templateValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
DocumentationProvider.getMethodDoc(OperationResourceInfo ori) |
String |
JavaDocProvider.getMethodDoc(OperationResourceInfo ori) |
String |
DocumentationProvider.getMethodParameterDoc(OperationResourceInfo ori,
int paramIndex) |
String |
JavaDocProvider.getMethodParameterDoc(OperationResourceInfo ori,
int paramIndex) |
String |
DocumentationProvider.getMethodResponseDoc(OperationResourceInfo ori) |
String |
JavaDocProvider.getMethodResponseDoc(OperationResourceInfo ori) |
| Modifier and Type | Method and Description |
|---|---|
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,
boolean recordMatchedUri) |
| Modifier and Type | Method and Description |
|---|---|
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