Artist artist = unmarshaller.unmarshallArtist(new Date());
System.currentTimeMillis();
}
public static void loadAlbum() throws Exception {
Store store = new MemoryStore();
XMLStreamReader xmlr = createReader(new InputStreamReader(new FileInputStream(new java.io.File("src/main/resources/response/xml/load_album_2f90dd571f8942e0b8bb6e06b2f6d5ed.xml")), "UTF8"));
ResponseUnmarshaller unmarshaller = new ResponseUnmarshaller(store, xmlr);
unmarshaller.skip();
Album album = unmarshaller.unmarshallAlbum(new Date());
System.currentTimeMillis();