processor = new CookieParamProcessor(null);
}
// this is for HATEAOS clients
else if (FindAnnotation.findAnnotation(annotations, ClientURI.class) != null)
{
processor = new URIParamProcessor();
}
else if (!ignoreBody)
{
MediaType mediaType = MediaTypeHelper.getConsumes(declaring, target);
if(mediaType == null)