com.liberty.rtk.extension.epprtk.example
Class AeroSessionExample
java.lang.Object
com.liberty.rtk.extension.epprtk.example.AeroSessionExample
public class AeroSessionExample
- extends java.lang.Object
Example code for a typical logical EPP sessions.
- Version:
- $Revision: 1.2 $ $Date: 2006/08/23 20:26:47 $
- Author:
- Eric Wang
Method Summary |
void |
init(java.lang.String[] args)
|
void |
login()
|
void |
logout()
|
static void |
main(java.lang.String[] args)
|
void |
process()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AeroSessionExample
public AeroSessionExample()
init
public void init(java.lang.String[] args)
login
public void login()
throws org.openrtk.idl.epprtk.epp_Exception,
java.io.IOException,
org.openrtk.idl.epprtk.epp_XMLException,
com.tucows.oxrs.epprtk.rtk.transport.EPPTransportException
- Throws:
org.openrtk.idl.epprtk.epp_Exception
java.io.IOException
org.openrtk.idl.epprtk.epp_XMLException
com.tucows.oxrs.epprtk.rtk.transport.EPPTransportException
logout
public void logout()
throws org.openrtk.idl.epprtk.epp_Exception,
java.io.IOException,
org.openrtk.idl.epprtk.epp_XMLException
- Throws:
org.openrtk.idl.epprtk.epp_Exception
java.io.IOException
org.openrtk.idl.epprtk.epp_XMLException
process
public void process()
throws org.openrtk.idl.epprtk.epp_Exception,
java.io.IOException,
org.openrtk.idl.epprtk.epp_XMLException
- Throws:
org.openrtk.idl.epprtk.epp_Exception
java.io.IOException
org.openrtk.idl.epprtk.epp_XMLException
main
public static void main(java.lang.String[] args)
Copyright © 2001-2003 - Afilias Limited