示例#1
0
 private Contact getContact(DataSourceItem dsi) throws ServiceException {
   return Contact.fromXml(getDocument(dsi).getDocumentElement());
 }