Exemplo n.º 1
0
 private String determineContentType(String content) {
   return MediaTypes.APPLICATION_XML.toString();
 }
Exemplo n.º 2
0
 @Override
 public String getContentType() {
   return MediaTypes.APPLICATION_XML.toString();
 }