.getInputStream());
}
else if (isCookie)
{
CookieParam cookieParam = (CookieParam) annotation;
DefaultValue defaultValue = FindAnnotation.findAnnotation(
annotations, DefaultValue.class);
String defaultVal = null;
if (defaultValue != null)
defaultVal = defaultValue.value();
return new CookieParamInjector(type, genericType, method,
cookieParam.value(), defaultVal, annotations, factory).inject(request,
null);
}