Skip to content

Instantly share code, notes, and snippets.

@maacl
Created August 29, 2014 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maacl/2cd4e05c53221d0c730a to your computer and use it in GitHub Desktop.
Save maacl/2cd4e05c53221d0c730a to your computer and use it in GitHub Desktop.
public static Document getXml (WebResource resource) {
return resource.accept(MediaType.TEXT_XML).get(Document.class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment