return InjectionUtils.handleParameter(c.getValue(), false, pClass, paramAnns,
ParameterType.COOKIE, m);
}
public static Object createBeanParamValue(Message m, Class<?> clazz, OperationResourceInfo ori) {
BeanParamInfo bmi = ProviderFactory.getInstance(m).getBeanParamInfo(clazz);
if (bmi == null) {
// we could've started introspecting now but the fact no bean info
// is available indicates that the one created at start up has been
// lost and hence it is 500
LOG.warning("Bean parameter info is not available");