|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterType | |
|---|---|
| org.apache.cxf.jaxrs.client | |
| org.apache.cxf.jaxrs.model | |
| org.apache.cxf.jaxrs.utils | |
| Uses of ParameterType in org.apache.cxf.jaxrs.client |
|---|
| Methods in org.apache.cxf.jaxrs.client with parameters of type ParameterType | |
|---|---|
protected static void |
AbstractClient.addParametersToBuilder(javax.ws.rs.core.UriBuilder ub,
String paramName,
Object pValue,
ParameterType pt)
|
| Uses of ParameterType in org.apache.cxf.jaxrs.model |
|---|
| Methods in org.apache.cxf.jaxrs.model that return ParameterType | |
|---|---|
ParameterType |
Parameter.getType()
|
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in org.apache.cxf.jaxrs.model with parameters of type ParameterType | |
|---|---|
Parameter(ParameterType type,
int ind,
String aValue)
|
|
Parameter(ParameterType type,
int ind,
String aValue,
boolean isEncoded,
String defaultValue)
|
|
Parameter(ParameterType type,
String aValue)
|
|
| Uses of ParameterType in org.apache.cxf.jaxrs.utils |
|---|
| Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterType | |
|---|---|
static Object |
InjectionUtils.createParameterObject(List<String> paramValues,
Class<?> paramType,
Type genericType,
Annotation[] paramAnns,
String defaultValue,
boolean decoded,
ParameterType pathParam,
Message message)
|
static String |
InjectionUtils.decodeValue(String value,
boolean decode,
ParameterType param)
|
static javax.ws.rs.core.Response.Status |
HttpUtils.getParameterFailureStatus(ParameterType pType)
|
static Map<Parameter,Class<?>> |
InjectionUtils.getParametersFromBeanClass(Class<?> beanClass,
ParameterType type,
boolean checkIgnorable)
|
static Object |
InjectionUtils.handleBean(Class<?> paramType,
Annotation[] paramAnns,
javax.ws.rs.core.MultivaluedMap<String,String> values,
ParameterType pType,
Message message,
boolean decoded)
|
static Object |
InjectionUtils.handleParameter(String value,
boolean decoded,
Class<?> pClass,
Annotation[] paramAnns,
ParameterType pType,
Message message)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||