Beispiel #1
0
 @Override
 protected EventList parseList(InputStream is) throws Exception {
   EventList list = XmlUtils.toBean(EventList.class, is);
   return list;
 }
 @Override
 protected TeamActives parseList(InputStream is) throws Exception {
   TeamActives list = XmlUtils.toBean(TeamActives.class, is);
   return list;
 }