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

Packages that use Parameter
org.apache.cxf.jaxrs.model   
org.apache.cxf.jaxrs.model.wadl   
org.apache.cxf.jaxrs.utils   
 

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

Methods in org.apache.cxf.jaxrs.model that return types with arguments of type Parameter
 List<Parameter> OperationResourceInfo.getParameters()
           
 List<Parameter> UserOperation.getParameters()
           
 

Method parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter
 void UserOperation.setParameters(List<Parameter> ps)
           
 

Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter
OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
           
UserOperation(String methodName, String pathValue, List<Parameter> ps)
           
 

Uses of Parameter in org.apache.cxf.jaxrs.model.wadl
 

Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type Parameter
protected  void WadlGenerator.doWriteParam(StringBuilder sb, Parameter pm, Class<?> type, String paramName)
           
 

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

Methods in org.apache.cxf.jaxrs.utils that return Parameter
static Parameter ResourceUtils.getParameter(int index, Annotation[] anns)
           
 

Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type Parameter
static List<Parameter> ResourceUtils.getParameters(Method resourceMethod)
           
static Map<Parameter,Class<?>> InjectionUtils.getParametersFromBeanClass(Class<?> beanClass, ParameterType type, boolean checkIgnorable)
           
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type Parameter
static Object JAXRSUtils.createHttpParameterValue(Parameter parameter, Class<?> parameterClass, Type genericParam, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori)
           
 



Apache CXF