es.uvigo.ei.pdfDownloader
Class AccesoEUtilsHTTPClient

java.lang.Object
  extended by es.uvigo.ei.pdfDownloader.AccesoEUtilsHTTPClient

public class AccesoEUtilsHTTPClient
extends java.lang.Object


Constructor Summary
AccesoEUtilsHTTPClient()
           
 
Method Summary
static TrozoArticulo getAbstractOrTitleWithHTTPClient(java.lang.String id)
           
static java.lang.String[] getLinksWithHTTPClient(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccesoEUtilsHTTPClient

public AccesoEUtilsHTTPClient()
Method Detail

getLinksWithHTTPClient

public static java.lang.String[] getLinksWithHTTPClient(java.lang.String id)
                                                 throws org.apache.commons.httpclient.HttpException,
                                                        java.io.IOException,
                                                        org.xml.sax.SAXException,
                                                        javax.xml.parsers.ParserConfigurationException,
                                                        javax.xml.xpath.XPathExpressionException
Throws:
org.apache.commons.httpclient.HttpException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.xpath.XPathExpressionException

getAbstractOrTitleWithHTTPClient

public static TrozoArticulo getAbstractOrTitleWithHTTPClient(java.lang.String id)