|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use OperationResourceInfo | |
---|---|
org.apache.cxf.jaxrs.ext | |
org.apache.cxf.jaxrs.impl | |
org.apache.cxf.jaxrs.model | |
org.apache.cxf.jaxrs.model.wadl | |
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,
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(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)
|
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.model.wadl |
---|
Methods in org.apache.cxf.jaxrs.model.wadl that return types with arguments of type OperationResourceInfo | |
---|---|
protected List<OperationResourceInfo> |
WadlGenerator.sortOperationsByPath(Set<OperationResourceInfo> ops)
|
Method parameters in org.apache.cxf.jaxrs.model.wadl with type arguments of type OperationResourceInfo | |
---|---|
protected List<OperationResourceInfo> |
WadlGenerator.sortOperationsByPath(Set<OperationResourceInfo> ops)
|
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,
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,
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(Message m,
Class<?> clazz,
OperationResourceInfo ori)
|
static Object |
JAXRSUtils.createHttpParameterValue(Parameter parameter,
Class<?> parameterClass,
Type genericParam,
Annotation[] paramAnns,
Message message,
javax.ws.rs.core.MultivaluedMap<String,String> values,
OperationResourceInfo ori)
|
static void |
JAXRSUtils.injectParameters(OperationResourceInfo ori,
BeanResourceInfo bri,
Object requestObject,
Message message)
|
static void |
JAXRSUtils.injectParameters(OperationResourceInfo ori,
Object requestObject,
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,
Message message)
|
static void |
JAXRSUtils.pushOntoStack(OperationResourceInfo ori,
javax.ws.rs.core.MultivaluedMap<String,String> params,
Message msg)
|
static void |
JAXRSUtils.runContainerResponseFilters(ServerProviderFactory pf,
ResponseImpl r,
Message m,
OperationResourceInfo ori,
Method invoked)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |