Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://github.com/aruld/java-oneliners/wiki
- FeedType feed = JAXB.unmarshal(new URL("http://search.twitter.com/search.atom?&q=java8"), FeedType.class);
- JAXB.marshal(feed, System.out);
Advertisement
Add Comment
Please, Sign In to add comment