Пример #1
0
 /**
  * @throws IOException
  * @throws SAXException
  * @throws ParserConfigurationException
  */
 public MyHttpClient() throws ParserConfigurationException, SAXException, IOException {
   // TODO Auto-generated constructor stub
   client = new HttpClient();
   prefixMap = new HashMap<String, String>();
   errorInfoMap = new HashMap<String, String>();
   readXmlFiles();
 }