com.liberty.rtk.extension.epp0705.example
Class IDNGUIExample

java.lang.Object
  |
  +--com.liberty.rtk.extension.epp0705.example.IDNGUIExample
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class IDNGUIExample
extends java.lang.Object
implements java.awt.event.ActionListener

Example code for Liberty's IDN extension for the .info TLD. Uses domain check and create to demonstrate its usage. Also uses Java Swing to facilitate the enty of utf-8 domain names.

Version:
$Revision: 1.1 $ $Date: 2004/12/20 22:48:41 $
Author:
Daniel Manley
See Also:
EPPClient, EPPGreeting, EPPDomainCheck, EPPDomainCreate

Constructor Summary
IDNGUIExample(java.lang.String[] args)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Implementation of ActionListener interface for the click of the "Execute Command" button.
static void main(java.lang.String[] args)
          Main of the example.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDNGUIExample

public IDNGUIExample(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)
Main of the example. Performs Domain renew to demontrate the usage of the RGPRenew class.


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Implementation of ActionListener interface for the click of the "Execute Command" button.

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2001-2003 - Afilias Limited