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, Type genericType, String paramName, Annotation[] anns, boolean isJson)
           
protected  void WadlGenerator.handleParameter(StringBuilder sb, Set<Class<?>> jaxbTypes, ElementQNameResolver qnameResolver, Map<Class<?>,QName> clsMap, OperationResourceInfo ori, Parameter pm, boolean isJson)
           
 

Method parameters in org.apache.cxf.jaxrs.model.wadl with type arguments of type Parameter
protected  void WadlGenerator.doHandleClassParams(StringBuilder sb, Map<Parameter,Object> params, boolean isJson, ParameterType... pType)
           
protected  boolean WadlGenerator.handleOperation(StringBuilder sb, Set<Class<?>> jaxbTypes, ElementQNameResolver qnameResolver, Map<Class<?>,QName> clsMap, OperationResourceInfo ori, Map<Parameter,Object> classParams, OperationResourceInfo nextOp, boolean resourceTagOpened, boolean isJson, int index)
           
protected  void WadlGenerator.handlePathAndMatrixClassParams(StringBuilder sb, Map<Parameter,Object> params, boolean isJson)
           
 

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, Class<?> type)
           
 

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, Annotation[] paramAnns, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori)
           
 



Apache CXF