/**
* {@inheritDoc}
*/
public RepresentationType createResponseRepresentation(MediaType mediaType)
{
RepresentationType wadlRepresentation = new RepresentationType();
wadlRepresentation.setMediaType(mediaType.toString());
return wadlRepresentation;
}