faust.sacha.web.bot.spider.customlogin
Class CustomLoginParser

java.lang.Object
  |
  +--faust.sacha.web.bot.spider.customlogin.CustomLoginParser

public class CustomLoginParser
extends java.lang.Object


Constructor Summary
CustomLoginParser(URLInfo site, java.lang.String configFile)
           
 
Method Summary
 org.w3c.dom.Node getCustomHandlerNode()
           
 CustomLogin getCustomLogin()
           
 URLInfo getURL()
           
static void main(java.lang.String[] args)
           
protected  void parseConfiguration(java.lang.String xmlString)
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomLoginParser

public CustomLoginParser(URLInfo site,
                         java.lang.String configFile)
Method Detail

getCustomLogin

public CustomLogin getCustomLogin()

getURL

public URLInfo getURL()

getCustomHandlerNode

public org.w3c.dom.Node getCustomHandlerNode()

process

public void process()

parseConfiguration

protected void parseConfiguration(java.lang.String xmlString)

main

public static void main(java.lang.String[] args)