if (mediaType == null)
{
throw new RuntimeException(
"You must define a @Consumes type on your client method or interface, or supply a default");
}
processor = new MessageBodyParameterProcessor(mediaType, type,
genericType, annotations);
}
return processor;
}