|
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,
java.lang.String paramName,
java.lang.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(java.lang.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,
java.lang.String aValue)
|
|
Parameter(ParameterType type,
int ind,
java.lang.String aValue,
boolean isEncoded,
java.lang.String defaultValue)
|
|
Parameter(ParameterType type,
java.lang.String aValue)
|
|
| Uses of ParameterType in org.apache.cxf.jaxrs.utils |
|---|
| Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterType | |
|---|---|
static java.lang.Object |
InjectionUtils.createParameterObject(java.util.List<java.lang.String> paramValues,
java.lang.Class<?> paramType,
java.lang.reflect.Type genericType,
java.lang.String defaultValue,
boolean decoded,
ParameterType pathParam,
Message message)
|
static javax.ws.rs.core.Response.Status |
HttpUtils.getParameterFailureStatus(ParameterType pType)
|
static java.util.Map<Parameter,java.lang.Class<?>> |
InjectionUtils.getParametersFromBeanClass(java.lang.Class<?> beanClass,
ParameterType type)
|
static java.lang.Object |
InjectionUtils.handleBean(java.lang.Class<?> paramType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> values,
ParameterType pType,
Message message,
boolean decoded)
|
static java.lang.Object |
InjectionUtils.handleParameter(java.lang.String value,
java.lang.Class<?> pClass,
ParameterType pType,
Message message)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||