org.fao.gast.lib
Class ServiceLib

java.lang.Object
  extended by org.fao.gast.lib.ServiceLib

public class ServiceLib
extends java.lang.Object


Constructor Summary
ServiceLib()
           
 
Method Summary
 void checkError(org.jdom.Element response)
           
 void login(jeeves.utils.XmlRequest req)
           
 void logout(jeeves.utils.XmlRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLib

public ServiceLib()
Method Detail

login

public void login(jeeves.utils.XmlRequest req)
           throws java.lang.Exception
Throws:
java.lang.Exception

logout

public void logout(jeeves.utils.XmlRequest req)

checkError

public void checkError(org.jdom.Element response)
                throws java.lang.Exception
Throws:
java.lang.Exception