You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(74) |
Apr
(4) |
May
(14) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(186) |
Apr
(26) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(64) |
Oct
|
Nov
|
Dec
(11) |
2004 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(25) |
2005 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(6) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Daniel M. <tub...@us...> - 2003-03-17 21:43:09
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/extension In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk/xml/extension Modified Files: RTKVersion.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/extension/RTKVersion.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RTKVersion.java 13 Mar 2002 02:14:05 -0000 1.1 --- RTKVersion.java 17 Mar 2003 21:42:35 -0000 1.2 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Liberty Registry Management Services, Inc. ** ** --- 2,6 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2003, Liberty Registry Management Services, Inc. ** ** |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk/transport Modified Files: EPPTransportBase.java EPPTransportException.java EPPTransportSMTP.java EPPTransportTCP.java EPPTransportTCPTLS.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: EPPTransportBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportBase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EPPTransportBase.java 4 Oct 2001 06:52:51 -0000 1.3 --- EPPTransportBase.java 17 Mar 2003 21:42:29 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: EPPTransportException.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EPPTransportException.java 4 Oct 2001 06:52:51 -0000 1.2 --- EPPTransportException.java 17 Mar 2003 21:42:29 -0000 1.3 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: EPPTransportSMTP.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportSMTP.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EPPTransportSMTP.java 4 Oct 2001 06:52:51 -0000 1.3 --- EPPTransportSMTP.java 17 Mar 2003 21:42:29 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: EPPTransportTCP.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportTCP.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** EPPTransportTCP.java 14 Aug 2002 20:18:57 -0000 1.6 --- EPPTransportTCP.java 17 Mar 2003 21:42:29 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: EPPTransportTCPTLS.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportTCPTLS.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** EPPTransportTCPTLS.java 14 Aug 2002 20:18:57 -0000 1.4 --- EPPTransportTCPTLS.java 17 Mar 2003 21:42:30 -0000 1.5 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 35,39 **** import javax.security.cert.*; import java.security.*; - import com.sun.net.ssl.*; /** --- 36,39 ---- |
From: Daniel M. <tub...@us...> - 2003-03-17 21:43:05
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk/example Modified Files: ContactExample.java DomainExample.java HostExample.java SessionExample.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: ContactExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/ContactExample.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ContactExample.java 15 Mar 2002 16:40:11 -0000 1.13 --- ContactExample.java 17 Mar 2003 21:42:28 -0000 1.14 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: DomainExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/DomainExample.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** DomainExample.java 17 Mar 2003 16:49:08 -0000 1.15 --- DomainExample.java 17 Mar 2003 21:42:29 -0000 1.16 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: HostExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/HostExample.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HostExample.java 15 Mar 2002 16:40:11 -0000 1.10 --- HostExample.java 17 Mar 2003 21:42:29 -0000 1.11 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: SessionExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/SessionExample.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** SessionExample.java 15 Mar 2002 15:17:02 -0000 1.20 --- SessionExample.java 17 Mar 2003 21:42:29 -0000 1.21 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** |
From: Daniel M. <tub...@us...> - 2003-03-17 21:43:04
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk Modified Files: EPPClient.java RTKBase.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: EPPClient.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/EPPClient.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** EPPClient.java 14 Aug 2002 20:03:49 -0000 1.18 --- EPPClient.java 17 Mar 2003 21:42:28 -0000 1.19 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 840,848 **** debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! epp_LoginReq login_req = new epp_LoginReq(); ! epp_Credentials creds = new epp_Credentials(epp_client_id_, epp_password_, new_password, null); ! creds.setOptions( new epp_Options(version_, lang_) ); ! epp_Command command_data = new epp_Command(creds, null, client_tr_id); ! if( sendver_ ) { epp_Extension exts[] = new epp_Extension[1]; exts[0] = new com.tucows.oxrs.epp.rtk.xml.extension.RTKVersion(); --- 841,846 ---- debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! epp_Command command_data = new epp_Command(null, client_tr_id); ! if ( sendver_ ) { epp_Extension exts[] = new epp_Extension[1]; exts[0] = new com.tucows.oxrs.epp.rtk.xml.extension.RTKVersion(); *************** *** 850,853 **** --- 848,859 ---- } + epp_LoginReq login_req = new epp_LoginReq( command_data, + epp_client_id_, + epp_password_, + new_password, + new epp_Options(version_, lang_), + null, + null ); + if ( epp_services_ != null ) login_req.setServices( epp_services_ ); *************** *** 956,960 **** epp_PollReq poll_request = new epp_PollReq(); ! epp_Command command_data = new epp_Command(null, null, client_tr_id); poll_request.m_cmd = command_data; if ( message_id == null ) --- 962,966 ---- epp_PollReq poll_request = new epp_PollReq(); ! epp_Command command_data = new epp_Command(null, client_tr_id); poll_request.m_cmd = command_data; if ( message_id == null ) Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/RTKBase.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** RTKBase.java 12 Aug 2002 17:56:31 -0000 1.15 --- RTKBase.java 17 Mar 2003 21:42:28 -0000 1.16 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 50,54 **** * RTK Version number. */ ! public static final String RTK_VERSION = "0.5.1"; /** --- 51,55 ---- * RTK Version number. */ ! public static final String RTK_VERSION = "1.0.1"; /** |
From: Daniel M. <tub...@us...> - 2003-03-17 21:42:40
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/org/openrtk/idl/epp Modified Files: epp_AuthInfoType.java epp_PollOpType.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: epp_AuthInfoType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_AuthInfoType.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_AuthInfoType.java 14 Mar 2003 22:03:30 -0000 1.8 --- epp_AuthInfoType.java 17 Mar 2003 21:42:36 -0000 1.9 *************** *** 41,44 **** --- 41,45 ---- private static int __size = 2; private static org.openrtk.idl.epp.epp_AuthInfoType[] __array = new org.openrtk.idl.epp.epp_AuthInfoType [__size]; + private static String[] __strings = { "pw", "ext" }; /** *************** *** 99,101 **** --- 100,103 ---- __array[__value] = this; } + public String toString() { return __strings[this.value()]; } } // class epp_AuthInfoType Index: epp_PollOpType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollOpType.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_PollOpType.java 14 Mar 2003 22:03:35 -0000 1.9 --- epp_PollOpType.java 17 Mar 2003 21:42:36 -0000 1.10 *************** *** 38,41 **** --- 38,42 ---- private static int __size = 2; private static org.openrtk.idl.epp.epp_PollOpType[] __array = new org.openrtk.idl.epp.epp_PollOpType [__size]; + private static String[] __strings = { "ack", "req" }; /** *************** *** 95,97 **** --- 96,99 ---- __array[__value] = this; } + public String toString() { return __strings[this.value()]; } } // class epp_PollOpType |
From: Daniel M. <tub...@us...> - 2003-03-17 21:42:39
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/unspec In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk/xml/unspec Modified Files: RTKVersion.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: RTKVersion.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/unspec/RTKVersion.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RTKVersion.java 13 Mar 2002 02:14:05 -0000 1.3 --- RTKVersion.java 17 Mar 2003 21:42:35 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Liberty Registry Management Services, Inc. ** ** --- 2,6 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2003, Liberty Registry Management Services, Inc. ** ** |
From: Daniel M. <tub...@us...> - 2003-03-17 21:42:39
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/poll In directory sc8-pr-cvs1:/tmp/cvs-serv21055/src/com/tucows/oxrs/epp/rtk/xml/poll Modified Files: PollResData.java contacttrnData.java domaintrnData.java Log Message: minimal updates to classes for successful compile updates to copywrite dates upped version to 1.0.1 Index: PollResData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/poll/PollResData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PollResData.java 24 Jul 2001 17:54:23 -0000 1.2 --- PollResData.java 17 Mar 2003 21:42:35 -0000 1.3 *************** *** 1,2 **** --- 1,25 ---- + /* + ** + ** EPP RTK Java + ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Tucows, Inc. + ** + ** + ** This library is free software; you can redistribute it and/or + ** modify it under the terms of the GNU Lesser General Public + ** License as published by the Free Software Foundation; either + ** version 2.1 of the License, or (at your option) any later version. + ** + ** This library is distributed in the hope that it will be useful, + ** but WITHOUT ANY WARRANTY; without even the implied warranty of + ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + ** Lesser General Public License for more details. + ** + ** You should have received a copy of the GNU Lesser General Public + ** License along with this library; if not, write to the Free Software + ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + ** + */ + package com.tucows.oxrs.epp.rtk.xml.poll; Index: contacttrnData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/poll/contacttrnData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** contacttrnData.java 12 Mar 2002 19:00:41 -0000 1.3 --- contacttrnData.java 17 Mar 2003 21:42:35 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2002, Tucows, Inc. ** ** --- 2,6 ---- ** ** EPP RTK Java ! ** Copyright (C) 2003, Tucows, Inc. ** ** Index: domaintrnData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/poll/domaintrnData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** domaintrnData.java 12 Mar 2002 19:00:41 -0000 1.3 --- domaintrnData.java 17 Mar 2003 21:42:35 -0000 1.4 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Tucows, Inc. ** ** |
From: Daniel M. <tub...@us...> - 2003-03-17 16:49:13
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example In directory sc8-pr-cvs1:/tmp/cvs-serv9521 Modified Files: DomainExample.java Log Message: put domain example back the way it was. there doesn't seem to be any support for an EPPFactory at this point in the game. Index: DomainExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/DomainExample.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** DomainExample.java 13 Mar 2003 15:25:38 -0000 1.14 --- DomainExample.java 17 Mar 2003 16:49:08 -0000 1.15 *************** *** 62,66 **** /** ! * Main of the example. Performs Domain check, info, create, update, renew, transfer (query) and delete. **/ public static void main(String args[]) --- 62,66 ---- /** ! * Main of the example. Performs Domain check, info, create, update, renew, transfer and delete. **/ [...1164 lines suppressed...] { ! System.err.println("epp_XMLException! ["+xcp.getErrorMessage()+"]"); } catch ( epp_Exception xcp ) { System.err.println("epp_Exception!"); ! epp_Result[] results = xcp.getDetails(); System.err.println("\tresult: ["+results[0]+"]"); } --- 877,886 ---- catch ( epp_XMLException xcp ) { ! System.err.println("epp_XMLException! ["+xcp.m_error_message+"]"); } catch ( epp_Exception xcp ) { System.err.println("epp_Exception!"); ! epp_Result[] results = xcp.m_details; System.err.println("\tresult: ["+results[0]+"]"); } |
From: Daniel M. <tub...@us...> - 2003-03-17 16:38:59
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain In directory sc8-pr-cvs1:/tmp/cvs-serv4280/domain Modified Files: epp_DomainPanData.java Log Message: fix some compiling errors Index: epp_DomainPanData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPanData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_DomainPanData.java 17 Mar 2003 15:49:39 -0000 1.2 --- epp_DomainPanData.java 17 Mar 2003 16:38:19 -0000 1.3 *************** *** 142,145 **** --- 142,152 ---- /** + * Method required by ObjectImpl and the CORBA Object interface. + * Always returns null. It's only here to satisfy the CORBA requirements + * of the IDL usage. + */ + public String[] _ids() { return null; } + + /** * Converts this class into a string. * Typically used to view the object in debug output. |
From: Daniel M. <tub...@us...> - 2003-03-17 16:38:59
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host In directory sc8-pr-cvs1:/tmp/cvs-serv4280/host Modified Files: epp_HostPanData.java Log Message: fix some compiling errors Index: epp_HostPanData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostPanData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_HostPanData.java 17 Mar 2003 15:47:59 -0000 1.1 --- epp_HostPanData.java 17 Mar 2003 16:38:22 -0000 1.2 *************** *** 142,145 **** --- 142,152 ---- /** + * Method required by ObjectImpl and the CORBA Object interface. + * Always returns null. It's only here to satisfy the CORBA requirements + * of the IDL usage. + */ + public String[] _ids() { return null; } + + /** * Converts this class into a string. * Typically used to view the object in debug output. |
From: Daniel M. <tub...@us...> - 2003-03-17 16:38:58
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact In directory sc8-pr-cvs1:/tmp/cvs-serv4280/contact Modified Files: epp_ContactInfoReq.java epp_ContactPanData.java Log Message: fix some compiling errors Index: epp_ContactInfoReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoReq.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** epp_ContactInfoReq.java 14 Mar 2003 22:03:41 -0000 1.11 --- epp_ContactInfoReq.java 17 Mar 2003 16:38:18 -0000 1.12 *************** *** 59,74 **** * The constructor with initializing variables. * @param _m_cmd The common and generic command element - * @param _m_roid The ROID for the contact object to be queried - * @deprecated - */ - public epp_ContactInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_roid) - { - m_cmd = _m_cmd; - m_id = _m_roid; - } // ctor - - /** - * The constructor with initializing variables. - * @param _m_cmd The common and generic command element * @param _m_id The identifier for the contact object to be queried */ --- 59,62 ---- Index: epp_ContactPanData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactPanData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_ContactPanData.java 17 Mar 2003 15:49:40 -0000 1.2 --- epp_ContactPanData.java 17 Mar 2003 16:38:18 -0000 1.3 *************** *** 142,145 **** --- 142,152 ---- /** + * Method required by ObjectImpl and the CORBA Object interface. + * Always returns null. It's only here to satisfy the CORBA requirements + * of the IDL usage. + */ + public String[] _ids() { return null; } + + /** * Converts this class into a string. * Typically used to view the object in debug output. |
From: Daniel M. <tub...@us...> - 2003-03-17 16:38:51
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp In directory sc8-pr-cvs1:/tmp/cvs-serv4280 Modified Files: epp_MessageQueue.java Log Message: fix some compiling errors Index: epp_MessageQueue.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_MessageQueue.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** epp_MessageQueue.java 14 Mar 2003 22:03:34 -0000 1.5 --- epp_MessageQueue.java 17 Mar 2003 16:38:17 -0000 1.6 *************** *** 107,112 **** public String getMsg() { return ( m_msg == null ? null : m_msg.getValue() ); } ! public void setMsg(org.openrtk.idl.epp.epp_ExtMessage value) { m_msg = value; } ! public org.openrtk.idl.epp.epp_ExtMessage getMsg() { return m_msg; } public void setId(String value) { m_id = value; } --- 107,118 ---- public String getMsg() { return ( m_msg == null ? null : m_msg.getValue() ); } ! /** ! * Accessor to the queue message. ! */ ! public void setExtMsg(org.openrtk.idl.epp.epp_ExtMessage value) { m_msg = value; } ! /** ! * Accessor to the queue message. ! */ ! public org.openrtk.idl.epp.epp_ExtMessage getExtMsg() { return m_msg; } public void setId(String value) { m_id = value; } |
From: Daniel M. <tub...@us...> - 2003-03-17 15:49:48
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact In directory sc8-pr-cvs1:/tmp/cvs-serv11200/contact Modified Files: epp_ContactPanData.java Log Message: tucows has no copyrights to the pan data classes in 2001/2002 because they were only just created this year. also re-order the stati for domain "r" comes before "t" Index: epp_ContactPanData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactPanData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_ContactPanData.java 14 Mar 2003 22:03:42 -0000 1.1 --- epp_ContactPanData.java 17 Mar 2003 15:49:40 -0000 1.2 *************** *** 2,6 **** ** ** EPP RTK Java - ** Copyright (C) 2001-2002, Tucows, Inc. ** Copyright (C) 2003, Liberty RMS ** --- 2,5 ---- |
From: Daniel M. <tub...@us...> - 2003-03-17 15:49:47
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain In directory sc8-pr-cvs1:/tmp/cvs-serv11200/domain Modified Files: epp_DomainPanData.java epp_DomainStatusType.java Log Message: tucows has no copyrights to the pan data classes in 2001/2002 because they were only just created this year. also re-order the stati for domain "r" comes before "t" Index: epp_DomainPanData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPanData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_DomainPanData.java 14 Mar 2003 22:03:45 -0000 1.1 --- epp_DomainPanData.java 17 Mar 2003 15:49:39 -0000 1.2 *************** *** 2,6 **** ** ** EPP RTK Java - ** Copyright (C) 2001-2002, Tucows, Inc. ** Copyright (C) 2003, Liberty RMS ** --- 2,5 ---- Index: epp_DomainStatusType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainStatusType.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_DomainStatusType.java 14 Mar 2003 22:03:46 -0000 1.8 --- epp_DomainStatusType.java 17 Mar 2003 15:49:39 -0000 1.9 *************** *** 48,53 **** "pendingCreate", "pendingDelete", - "pendingTransfer", "pendingRenew", "pendingUpdate", "serverDeleteProhibited", --- 48,53 ---- "pendingCreate", "pendingDelete", "pendingRenew", + "pendingTransfer", "pendingUpdate", "serverDeleteProhibited", *************** *** 158,182 **** public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_DELETE = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_DELETE); /** ! * Integer value representing the PENDING_TRANSFER status type. ! * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 9; /** ! * Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_TRANSFER); /** ! * Integer value representing the PENDING_RENEW status type. ! * @see #PENDING_RENEW */ ! public static final int _PENDING_RENEW = 10; /** ! * Instance of epp_DomainStatusType representing the PENDING_RENEW status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_RENEW = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_RENEW); /** * Integer value representing the PENDING_UPDATE status type. --- 158,182 ---- public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_DELETE = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_DELETE); /** ! * Integer value representing the PENDING_RENEW status type. ! * @see #PENDING_RENEW */ ! public static final int _PENDING_RENEW = 9; /** ! * Instance of epp_DomainStatusType representing the PENDING_RENEW status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_RENEW = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_RENEW); /** ! * Integer value representing the PENDING_TRANSFER status type. ! * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 10; /** ! * Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_TRANSFER); /** * Integer value representing the PENDING_UPDATE status type. |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host In directory sc8-pr-cvs1:/tmp/cvs-serv10610 Modified Files: epp_HostAddress.java epp_HostCheck.java epp_HostCheckOperations.java epp_HostCheckReq.java epp_HostCheckRsp.java epp_HostCreate.java epp_HostCreateOperations.java epp_HostCreateReq.java epp_HostCreateRsp.java epp_HostDelete.java epp_HostDeleteOperations.java epp_HostDeleteReq.java epp_HostDeleteRsp.java epp_HostInfo.java epp_HostInfoOperations.java epp_HostInfoReq.java epp_HostInfoRsp.java epp_HostStatus.java epp_HostStatusType.java epp_HostUpdate.java epp_HostUpdateAddRemove.java epp_HostUpdateChange.java epp_HostUpdateOperations.java epp_HostUpdateReq.java epp_HostUpdateRsp.java Added Files: epp_HostPanData.java Log Message: upgrading the host idl classes to epp 0705 --- NEW FILE: epp_HostPanData.java --- /* ** ** EPP RTK Java ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.host; /** * This class is use exclusively to hold data associate with a Poll response for a pending action notification.</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostPanData.java,v 1.1 2003/03/17 15:47:59 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/17 15:47:59 $<br> */ public class epp_HostPanData extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.portable.IDLEntity, org.openrtk.idl.epp.epp_PollResData { /** * Constant variable defined by IDLs.</p> * Used when this classes is used to hold the poll response * data pertaining to host pending action notifications. The value * of this constant links this class to a set of poll response * data. */ public static final String m_type = "host:panData"; /** * Access method for the m_type constant. * @see #m_type */ public String getType() { return m_type; } /** * The name of the host for this pending action notification */ public String m_name; /** * The result flag for this pending action -- true == successful */ public boolean m_result; /** * The client and server TRID pair from the EPP request/response which trigger this * pending action. */ public org.openrtk.idl.epp.epp_TransID m_trid; /** * The date this pending action completed or failed in the server. */ public String m_date; /** * Empty constructor */ public epp_HostPanData () { } // ctor /** * The constructor with initializing variables. * @param _m_name The name of the host object in the registry * @param _m_result The boolean result flag for the action: true == successful execution * @param _m_trid The server and client trid pair associated with this pending action * @param _m_date The date the pending action completed (or failed) */ public epp_HostPanData (String _m_name, boolean _m_result, org.openrtk.idl.epp.epp_TransID _m_trid, String _m_date) { m_name = _m_name; m_result = _m_result; m_trid = _m_trid; m_date = _m_date; } // ctor /** * Accessor method for the name of the host object in the registry * @param value The host name * @see #m_name */ public void setName(String value) { m_name = value; } /** * Accessor method for the name of the host object in the registry * @return The host name * @see #m_name */ public String getName() { return m_name; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @param value The result flag * @see #m_result */ public void setResult(boolean value) { m_result = value; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @return The result flag * @see #m_result */ public boolean getResult() { return m_result; } /** * Accessor method for the client and server TRID pair associated with the pending action * @param value The client/server TRID pair * @see #m_trid */ public void setTrid(org.openrtk.idl.epp.epp_TransID value) { m_trid = value; } /** * Accessor method for the client and server TRID pair associated with the pending action * @return The client/server TRID pair * @see #m_trid */ public org.openrtk.idl.epp.epp_TransID getTrid() { return m_trid; } /** * Accessor method for the pending action's completion or failure * @param value The date of the pending action's completion or failure * @see #m_date */ public void setDate(String value) { m_date = value; } /** * Accessor method for the pending action's completion or failure * @return The date of the pending action's completion or failure * @see #m_date */ public String getDate() { return m_date; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_name ["+m_name+"] m_result ["+m_result+"] m_trid ["+m_trid+"] m_date ["+m_date+"] }"; } } // interface epp_HostPanData Index: epp_HostAddress.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostAddress.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostAddress.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostAddress.java 17 Mar 2003 15:47:52 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCheck.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCheck.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostCheck.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostCheck.java 17 Mar 2003 15:47:53 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCheckOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCheckOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostCheckOperations.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostCheckOperations.java 17 Mar 2003 15:47:53 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCheckReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCheckReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostCheckReq.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostCheckReq.java 17 Mar 2003 15:47:53 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCheckRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCheckRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostCheckRsp.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostCheckRsp.java 17 Mar 2003 15:47:54 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCreate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostCreate.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostCreate.java 17 Mar 2003 15:47:54 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCreateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostCreateOperations.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostCreateOperations.java 17 Mar 2003 15:47:54 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCreateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostCreateReq.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostCreateReq.java 17 Mar 2003 15:47:54 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostCreateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateRsp.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_HostCreateRsp.java 11 Mar 2002 17:50:30 -0000 1.8 --- epp_HostCreateRsp.java 17 Mar 2003 15:47:54 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostDelete.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostDelete.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostDelete.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostDelete.java 17 Mar 2003 15:47:56 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostDeleteOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostDeleteOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostDeleteOperations.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostDeleteOperations.java 17 Mar 2003 15:47:57 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostDeleteReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostDeleteReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostDeleteReq.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostDeleteReq.java 17 Mar 2003 15:47:57 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostDeleteRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostDeleteRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostDeleteRsp.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostDeleteRsp.java 17 Mar 2003 15:47:58 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostInfo.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostInfo.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostInfo.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostInfo.java 17 Mar 2003 15:47:58 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostInfoOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostInfoOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostInfoOperations.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostInfoOperations.java 17 Mar 2003 15:47:58 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostInfoReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostInfoReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostInfoReq.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostInfoReq.java 17 Mar 2003 15:47:58 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostInfoRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostInfoRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostInfoRsp.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostInfoRsp.java 17 Mar 2003 15:47:58 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostStatus.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostStatus.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_HostStatus.java 18 Dec 2001 16:04:06 -0000 1.8 --- epp_HostStatus.java 17 Mar 2003 15:48:00 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostStatusType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostStatusType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostStatusType.java 15 Mar 2002 15:31:05 -0000 1.7 --- epp_HostStatusType.java 17 Mar 2003 15:48:01 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 35,39 **** { private int __value; ! private static int __size = 8; private static org.openrtk.idl.epp.host.epp_HostStatusType[] __array = new org.openrtk.idl.epp.host.epp_HostStatusType [__size]; private static String[] __strings = { --- 36,40 ---- { private int __value; ! private static int __size = 10; private static org.openrtk.idl.epp.host.epp_HostStatusType[] __array = new org.openrtk.idl.epp.host.epp_HostStatusType [__size]; private static String[] __strings = { *************** *** 42,47 **** --- 43,50 ---- "linked", "ok", + "pendingCreate", "pendingDelete", "pendingTransfer", + "pendingUpdate", "serverDeleteProhibited", "serverUpdateProhibited" *************** *** 93,100 **** public static final org.openrtk.idl.epp.host.epp_HostStatusType OK = new org.openrtk.idl.epp.host.epp_HostStatusType(_OK); /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 4; /** * Instance of epp_HostStatusType representing the PENDING_DELETE status type. --- 96,114 ---- public static final org.openrtk.idl.epp.host.epp_HostStatusType OK = new org.openrtk.idl.epp.host.epp_HostStatusType(_OK); /** + * Integer value representing the PENDING_CREATE status type. + * @see #PENDING_CREATE + */ + public static final int _PENDING_CREATE = 4; + /** + * Instance of epp_HostStatusType representing the PENDING_CREATE status type. + * Used directly with epp_HostStatus. + * @see org.openrtk.idl.epp.host.epp_HostStatus + */ + public static final org.openrtk.idl.epp.host.epp_HostStatusType PENDING_CREATE = new org.openrtk.idl.epp.host.epp_HostStatusType(_PENDING_CREATE); + /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 5; /** * Instance of epp_HostStatusType representing the PENDING_DELETE status type. *************** *** 107,111 **** * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 5; /** * Instance of epp_HostStatusType representing the PENDING_TRANSFER status type. --- 121,125 ---- * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 6; /** * Instance of epp_HostStatusType representing the PENDING_TRANSFER status type. *************** *** 115,122 **** public static final org.openrtk.idl.epp.host.epp_HostStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.host.epp_HostStatusType(_PENDING_TRANSFER); /** * Integer value representing the SERVER_DELETE_PROHIBITED status type. * @see #SERVER_DELETE_PROHIBITED */ ! public static final int _SERVER_DELETE_PROHIBITED = 6; /** * Instance of epp_HostStatusType representing the SERVER_DELETE_PROHIBITED status type. --- 129,147 ---- public static final org.openrtk.idl.epp.host.epp_HostStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.host.epp_HostStatusType(_PENDING_TRANSFER); /** + * Integer value representing the PENDING_UPDATE status type. + * @see #PENDING_UPDATE + */ + public static final int _PENDING_UPDATE = 7; + /** + * Instance of epp_HostStatusType representing the PENDING_UPDATE status type. + * Used directly with epp_HostStatus. + * @see org.openrtk.idl.epp.host.epp_HostStatus + */ + public static final org.openrtk.idl.epp.host.epp_HostStatusType PENDING_UPDATE = new org.openrtk.idl.epp.host.epp_HostStatusType(_PENDING_UPDATE); + /** * Integer value representing the SERVER_DELETE_PROHIBITED status type. * @see #SERVER_DELETE_PROHIBITED */ ! public static final int _SERVER_DELETE_PROHIBITED = 8; /** * Instance of epp_HostStatusType representing the SERVER_DELETE_PROHIBITED status type. *************** *** 129,133 **** * @see #SERVER_UPDATE_PROHIBITED */ ! public static final int _SERVER_UPDATE_PROHIBITED = 7; /** * Instance of epp_HostStatusType representing the SERVER_UPDATE_PROHIBITED status type. --- 154,158 ---- * @see #SERVER_UPDATE_PROHIBITED */ ! public static final int _SERVER_UPDATE_PROHIBITED = 9; /** * Instance of epp_HostStatusType representing the SERVER_UPDATE_PROHIBITED status type. Index: epp_HostUpdate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostUpdate.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostUpdate.java 17 Mar 2003 15:48:01 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostUpdateAddRemove.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdateAddRemove.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostUpdateAddRemove.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostUpdateAddRemove.java 17 Mar 2003 15:48:02 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostUpdateChange.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdateChange.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostUpdateChange.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostUpdateChange.java 17 Mar 2003 15:48:03 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostUpdateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HostUpdateOperations.java 4 Dec 2001 22:32:09 -0000 1.6 --- epp_HostUpdateOperations.java 17 Mar 2003 15:48:03 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostUpdateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdateReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostUpdateReq.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostUpdateReq.java 17 Mar 2003 15:48:03 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HostUpdateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostUpdateRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostUpdateRsp.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostUpdateRsp.java 17 Mar 2003 15:48:04 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact In directory sc8-pr-cvs1:/tmp/cvs-serv19193/contact Modified Files: epp_ContactAddress.java epp_ContactCheck.java epp_ContactCheckOperations.java epp_ContactCheckReq.java epp_ContactCheckRsp.java epp_ContactCreate.java epp_ContactCreateOperations.java epp_ContactCreateReq.java epp_ContactCreateRsp.java epp_ContactDelete.java epp_ContactDeleteOperations.java epp_ContactDeleteReq.java epp_ContactDeleteRsp.java epp_ContactInfo.java epp_ContactInfoOperations.java epp_ContactInfoReq.java epp_ContactInfoRsp.java epp_ContactNameAddress.java epp_ContactPhone.java epp_ContactStatus.java epp_ContactStatusType.java epp_ContactTransfer.java epp_ContactTransferOperations.java epp_ContactTransferReq.java epp_ContactTransferRsp.java epp_ContactTrnData.java epp_ContactUpdate.java epp_ContactUpdateAddRemove.java epp_ContactUpdateChange.java epp_ContactUpdateOperations.java epp_ContactUpdateReq.java epp_ContactUpdateRsp.java epp_ContactVoice.java Added Files: epp_ContactPanData.java epp_ContactPostalInfoType.java Log Message: updates to the epp, domain and contact IDL classes for EPP 07/05 todo: host IDL classes --- NEW FILE: epp_ContactPanData.java --- /* ** ** EPP RTK Java ** Copyright (C) 2001-2002, Tucows, Inc. ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.contact; /** * This class is use exclusively to hold data associate with a Poll response for a pending action notification.</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactPanData.java,v 1.1 2003/03/14 22:03:42 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/14 22:03:42 $<br> */ public class epp_ContactPanData extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.portable.IDLEntity, org.openrtk.idl.epp.epp_PollResData { /** * Constant variable defined by IDLs.</p> * Used when this classes is used to hold the poll response * data pertaining to contact pending action notifications. The value * of this constant links this class to a set of poll response * data. */ public static final String m_type = "contact:panData"; /** * Access method for the m_type constant. * @see #m_type */ public String getType() { return m_type; } /** * The client id of the contact for this pending action notification */ public String m_id; /** * The result flag for this pending action -- true == successful */ public boolean m_result; /** * The client and server TRID pair from the EPP request/response which trigger this * pending action. */ public org.openrtk.idl.epp.epp_TransID m_trid; /** * The date this pending action completed or failed in the server. */ public String m_date; /** * Empty constructor */ public epp_ContactPanData () { } // ctor /** * The constructor with initializing variables. * @param _m_id The name of the contact object in the registry * @param _m_result The boolean result flag for the action: true == successful execution * @param _m_trid The server and client trid pair associated with this pending action * @param _m_date The date the pending action completed (or failed) */ public epp_ContactPanData (String _m_id, boolean _m_result, org.openrtk.idl.epp.epp_TransID _m_trid, String _m_date) { m_id = _m_id; m_result = _m_result; m_trid = _m_trid; m_date = _m_date; } // ctor /** * Accessor method for the client id of the contact object in the registry * @param value The contact client id * @see #m_id */ public void setId(String value) { m_id = value; } /** * Accessor method for the client id of the contact object in the registry * @return The contact client id * @see #m_id */ public String getId() { return m_id; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @param value The result flag * @see #m_result */ public void setResult(boolean value) { m_result = value; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @return The result flag * @see #m_result */ public boolean getResult() { return m_result; } /** * Accessor method for the client and server TRID pair associated with the pending action * @param value The client/server TRID pair * @see #m_trid */ public void setTrid(org.openrtk.idl.epp.epp_TransID value) { m_trid = value; } /** * Accessor method for the client and server TRID pair associated with the pending action * @return The client/server TRID pair * @see #m_trid */ public org.openrtk.idl.epp.epp_TransID getTrid() { return m_trid; } /** * Accessor method for the pending action's completion or failure * @param value The date of the pending action's completion or failure * @see #m_date */ public void setDate(String value) { m_date = value; } /** * Accessor method for the pending action's completion or failure * @return The date of the pending action's completion or failure * @see #m_date */ public String getDate() { return m_date; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_id ["+m_id+"] m_result ["+m_result+"] m_trid ["+m_trid+"] m_date ["+m_date+"] }"; } } // interface epp_ContactPanData --- NEW FILE: epp_ContactPostalInfoType.java --- /* ** ** EPP RTK Java ** Copyright (C) 2001-2002, Tucows, Inc. ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.contact; /** * Class that represents the types of postal info used in EPP -- international or local</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactPostalInfoType.java,v 1.1 2003/03/14 22:03:42 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/14 22:03:42 $<br> * @see org.openrtk.idl.epp.contact.epp_ContactCreateReq * @see org.openrtk.idl.epp.contact.epp_ContactInfoRsp * @see org.openrtk.idl.epp.contact.epp_ContactUpdateChange */ public class epp_ContactPostalInfoType implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 2; private static org.openrtk.idl.epp.contact.epp_ContactPostalInfoType[] __array = new org.openrtk.idl.epp.contact.epp_ContactPostalInfoType [__size]; private static String[] __strings = { "loc", "int" }; /** * Integer value representing the LOC postal info type. * @see #LOC */ public static final int _LOC = 0; /** * Instance of epp_ContactPostalInfoType representing the LOC status type. * Used directly with epp_ContactNameAddress. * @see org.openrtk.idl.epp.contact.epp_ContactNameAddress */ public static final org.openrtk.idl.epp.contact.epp_ContactPostalInfoType LOC = new org.openrtk.idl.epp.contact.epp_ContactPostalInfoType(_LOC); /** * Integer value representing the INT postal info type. * @see #INT */ public static final int _INT = 1; /** * Instance of epp_ContactPostalInfoType representing the INT status type. * Used directly with epp_ContactNameAddress. * @see org.openrtk.idl.epp.contact.epp_ContactNameAddress */ public static final org.openrtk.idl.epp.contact.epp_ContactPostalInfoType INT = new org.openrtk.idl.epp.contact.epp_ContactPostalInfoType(_INT); /** * Accessor method for the internal integer representing the type of postal info. * @return The integer value of this contact postal info type */ public int value () { return __value; } /** * Transform an integer into a epp_ContactPostalInfoType constant. * Given the integer representation of the postal info type, returns * one of the postal info type constants. * @param value The integer value for the desired postal info type */ public static org.openrtk.idl.epp.contact.epp_ContactPostalInfoType from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } /** * For internal use only. * Initializes the internal postal info type array. * @param value The integer value for the desired postal info type */ protected epp_ContactPostalInfoType (int value) { __value = value; __array[__value] = this; } public String toString() { return __strings[this.value()]; } } // class epp_ContactPostalInfoType Index: epp_ContactAddress.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactAddress.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactAddress.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactAddress.java 14 Mar 2003 22:03:40 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCheck.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCheck.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactCheck.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactCheck.java 14 Mar 2003 22:03:40 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCheckOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCheckOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactCheckOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactCheckOperations.java 14 Mar 2003 22:03:40 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCheckReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCheckReq.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** epp_ContactCheckReq.java 6 Dec 2001 14:36:48 -0000 1.10 --- epp_ContactCheckReq.java 14 Mar 2003 22:03:40 -0000 1.11 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCheckRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCheckRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactCheckRsp.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactCheckRsp.java 14 Mar 2003 22:03:40 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCreate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactCreate.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactCreate.java 14 Mar 2003 22:03:40 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCreateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactCreateOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactCreateOperations.java 14 Mar 2003 22:03:40 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCreateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateReq.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** epp_ContactCreateReq.java 25 Aug 2002 21:54:35 -0000 1.10 --- epp_ContactCreateReq.java 14 Mar 2003 22:03:40 -0000 1.11 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactCreateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateRsp.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** epp_ContactCreateRsp.java 11 Mar 2002 22:38:45 -0000 1.10 --- epp_ContactCreateRsp.java 14 Mar 2003 22:03:41 -0000 1.11 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactDelete.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactDelete.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactDelete.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactDelete.java 14 Mar 2003 22:03:41 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactDeleteOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactDeleteOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactDeleteOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactDeleteOperations.java 14 Mar 2003 22:03:41 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactDeleteReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactDeleteReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactDeleteReq.java 4 Dec 2001 22:31:46 -0000 1.9 --- epp_ContactDeleteReq.java 14 Mar 2003 22:03:41 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactDeleteRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactDeleteRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactDeleteRsp.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactDeleteRsp.java 14 Mar 2003 22:03:41 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactInfo.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfo.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactInfo.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactInfo.java 14 Mar 2003 22:03:41 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactInfoOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactInfoOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactInfoOperations.java 14 Mar 2003 22:03:41 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactInfoReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoReq.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** epp_ContactInfoReq.java 14 Aug 2002 20:02:55 -0000 1.10 --- epp_ContactInfoReq.java 14 Mar 2003 22:03:41 -0000 1.11 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 47,56 **** */ public String m_id = null; - /** - * The authorization information required to authorize object transfers. - * @see #setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo) - * @see #getAuthInfo() - */ - public org.openrtk.idl.epp.epp_AuthInfo m_auth_info = null; /** --- 48,51 ---- *************** *** 64,74 **** * The constructor with initializing variables. * @param _m_cmd The common and generic command element ! * @param _m_id The identifier for the contact object to be queried * @deprecated */ ! public epp_ContactInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_id) { m_cmd = _m_cmd; ! m_id = _m_id; } // ctor --- 59,69 ---- * The constructor with initializing variables. * @param _m_cmd The common and generic command element ! * @param _m_roid The ROID for the contact object to be queried * @deprecated */ ! public epp_ContactInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_roid) { m_cmd = _m_cmd; ! m_id = _m_roid; } // ctor *************** *** 77,87 **** * @param _m_cmd The common and generic command element * @param _m_id The identifier for the contact object to be queried - * @param _m_auth_info The authorization information required to authorize object transfers */ ! public epp_ContactInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_id, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) { m_cmd = _m_cmd; m_id = _m_id; - m_auth_info = _m_auth_info; } // ctor --- 72,80 ---- * @param _m_cmd The common and generic command element * @param _m_id The identifier for the contact object to be queried */ ! public epp_ContactInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_id) { m_cmd = _m_cmd; m_id = _m_id; } // ctor *************** *** 124,145 **** /** - * Accessor method for the authorization information - * @param value The authorization information - * @see #m_auth_info - */ - public void setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo value) { m_auth_info = value; } - /** - * Accessor method for the authorization information - * @return The authorization information - * @see #m_auth_info - */ - public org.openrtk.idl.epp.epp_AuthInfo getAuthInfo() { return m_auth_info; } - - /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_id ["+m_id+"] m_auth_info ["+m_auth_info+"] }"; } } // class epp_ContactInfoReq --- 117,125 ---- /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_id ["+m_id+"] }"; } } // class epp_ContactInfoReq Index: epp_ContactInfoRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoRsp.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactInfoRsp.java 25 Aug 2002 21:54:35 -0000 1.9 --- epp_ContactInfoRsp.java 14 Mar 2003 22:03:41 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactNameAddress.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactNameAddress.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactNameAddress.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactNameAddress.java 14 Mar 2003 22:03:42 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 36,39 **** --- 37,46 ---- { /** + * The type of the address -- international or locate + * @see #setType(org.openrtk.idl.epp.contact.epp_ContactPostalInfoType) + * @see #getType() + */ + public org.openrtk.idl.epp.contact.epp_ContactPostalInfoType m_type = null; + /** * The contact individual name. * @see #setName(String) *************** *** 63,72 **** /** * The constructor with initializing variables. * @param _m_name The contact individual name * @param _m_org The name of the organization with which the contact is affiliated * @param _m_address The contact's address information */ ! public epp_ContactNameAddress (String _m_name, String _m_org, org.openrtk.idl.epp.contact.epp_ContactAddress _m_address) { m_name = _m_name; m_org = _m_org; --- 70,81 ---- /** * The constructor with initializing variables. + * @param _m_type The type of the address (international or local) * @param _m_name The contact individual name * @param _m_org The name of the organization with which the contact is affiliated * @param _m_address The contact's address information */ ! public epp_ContactNameAddress (org.openrtk.idl.epp.contact.epp_ContactPostalInfoType _m_type, String _m_name, String _m_org, org.openrtk.idl.epp.contact.epp_ContactAddress _m_address) { + m_type = _m_type; m_name = _m_name; m_org = _m_org; *************** *** 75,78 **** --- 84,100 ---- /** + * Accessor method for the address' type + * @param value The address type (international or local) + * @see #m_type + */ + public void setType(org.openrtk.idl.epp.contact.epp_ContactPostalInfoType value) { m_type = value; } + /** + * Accessor method for the address' type + * @return The address type (international or local) + * @see #m_type + */ + public org.openrtk.idl.epp.contact.epp_ContactPostalInfoType getType() { return m_type; } + + /** * Accessor method for the contact individual name * @param value The contact name *************** *** 118,122 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_name ["+m_name+"] m_org ["+m_org+"] m_address ["+m_address+"] }"; } } // class epp_ContactNameAddress --- 140,144 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_type ["+m_type+"] m_name ["+m_name+"] m_org ["+m_org+"] m_address ["+m_address+"] }"; } } // class epp_ContactNameAddress Index: epp_ContactPhone.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactPhone.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_ContactPhone.java 4 Dec 2001 22:31:46 -0000 1.3 --- epp_ContactPhone.java 14 Mar 2003 22:03:42 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactStatus.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactStatus.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactStatus.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactStatus.java 14 Mar 2003 22:03:42 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactStatusType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactStatusType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactStatusType.java 15 Mar 2002 15:31:05 -0000 1.7 --- epp_ContactStatusType.java 14 Mar 2003 22:03:42 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 35,39 **** { private int __value; ! private static int __size = 10; private static org.openrtk.idl.epp.contact.epp_ContactStatusType[] __array = new org.openrtk.idl.epp.contact.epp_ContactStatusType [__size]; private static String[] __strings = { --- 36,40 ---- { private int __value; ! private static int __size = 12; private static org.openrtk.idl.epp.contact.epp_ContactStatusType[] __array = new org.openrtk.idl.epp.contact.epp_ContactStatusType [__size]; private static String[] __strings = { *************** *** 46,51 **** "linked", "ok", "pendingDelete", ! "pendingTransfer" }; --- 47,54 ---- "linked", "ok", + "pendingCreate", "pendingDelete", ! "pendingTransfer", ! "pendingUpdate" }; *************** *** 139,146 **** public static final org.openrtk.idl.epp.contact.epp_ContactStatusType OK = new org.openrtk.idl.epp.contact.epp_ContactStatusType(_OK); /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 8; /** * Instance of epp_ContactStatusType representing the PENDING_DELETE status type. --- 142,160 ---- public static final org.openrtk.idl.epp.contact.epp_ContactStatusType OK = new org.openrtk.idl.epp.contact.epp_ContactStatusType(_OK); /** + * Integer value representing the PENDING_CREATE status type. + * @see #PENDING_CREATE + */ + public static final int _PENDING_CREATE = 8; + /** + * Instance of epp_ContactStatusType representing the PENDING_CREATE status type. + * Used directly with epp_ContactStatus. + * @see org.openrtk.idl.epp.contact.epp_ContactStatus + */ + public static final org.openrtk.idl.epp.contact.epp_ContactStatusType PENDING_CREATE = new org.openrtk.idl.epp.contact.epp_ContactStatusType(_PENDING_CREATE); + /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 9; /** * Instance of epp_ContactStatusType representing the PENDING_DELETE status type. *************** *** 160,163 **** --- 174,188 ---- */ public static final org.openrtk.idl.epp.contact.epp_ContactStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.contact.epp_ContactStatusType(_PENDING_TRANSFER); + /** + * Integer value representing the PENDING_UPDATE status type. + * @see #PENDING_UPDATE + */ + public static final int _PENDING_UPDATE = 10; + /** + * Instance of epp_ContactStatusType representing the PENDING_UPDATE status type. + * Used directly with epp_ContactStatus. + * @see org.openrtk.idl.epp.contact.epp_ContactStatus + */ + public static final org.openrtk.idl.epp.contact.epp_ContactStatusType PENDING_UPDATE = new org.openrtk.idl.epp.contact.epp_ContactStatusType(_PENDING_UPDATE); /** Index: epp_ContactTransfer.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTransfer.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactTransfer.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactTransfer.java 14 Mar 2003 22:03:42 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactTransferOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTransferOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactTransferOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactTransferOperations.java 14 Mar 2003 22:03:42 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactTransferReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTransferReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactTransferReq.java 4 Dec 2001 22:31:46 -0000 1.9 --- epp_ContactTransferReq.java 14 Mar 2003 22:03:42 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactTransferRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTransferRsp.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** epp_ContactTransferRsp.java 13 Mar 2002 21:49:42 -0000 1.11 --- epp_ContactTransferRsp.java 14 Mar 2003 22:03:42 -0000 1.12 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactTrnData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTrnData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_ContactTrnData.java 11 Mar 2002 22:44:45 -0000 1.2 --- epp_ContactTrnData.java 14 Mar 2003 22:03:43 -0000 1.3 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactUpdate.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactUpdate.java 14 Mar 2003 22:03:43 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdateAddRemove.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateAddRemove.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactUpdateAddRemove.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactUpdateAddRemove.java 14 Mar 2003 22:03:43 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdateChange.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateChange.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactUpdateChange.java 25 Aug 2002 21:54:35 -0000 1.9 --- epp_ContactUpdateChange.java 14 Mar 2003 22:03:43 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ContactUpdateOperations.java 4 Dec 2001 22:31:46 -0000 1.6 --- epp_ContactUpdateOperations.java 14 Mar 2003 22:03:43 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactUpdateReq.java 4 Dec 2001 22:31:46 -0000 1.9 --- epp_ContactUpdateReq.java 14 Mar 2003 22:03:43 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactUpdateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactUpdateRsp.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactUpdateRsp.java 14 Mar 2003 22:03:43 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ContactVoice.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactVoice.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_ContactVoice.java 4 Dec 2001 22:31:46 -0000 1.7 --- epp_ContactVoice.java 14 Mar 2003 22:03:43 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp In directory sc8-pr-cvs1:/tmp/cvs-serv19193 Modified Files: epp_Action.java epp_ActionOperations.java epp_AuthInfo.java epp_AuthInfoType.java epp_CheckResult.java epp_Command.java epp_DataCollectionPolicy.java epp_Exception.java epp_Extension.java epp_ExtensionOperations.java epp_Greeting.java epp_Hello.java epp_HelloOperations.java epp_Login.java epp_LoginOperations.java epp_LoginReq.java epp_LoginRsp.java epp_Logout.java epp_LogoutOperations.java epp_LogoutReq.java epp_LogoutRsp.java epp_MessageQueue.java epp_Options.java epp_Poll.java epp_PollOpType.java epp_PollOperations.java epp_PollReq.java epp_PollResData.java epp_PollResDataOperations.java epp_PollRsp.java epp_Response.java epp_Result.java epp_ResultValue.java epp_ServiceMenu.java epp_Session.java epp_SessionOperations.java epp_TransID.java epp_TransferOpType.java epp_TransferRequest.java epp_TransferStatusType.java epp_Unspec.java epp_XMLException.java epp_dcpAccessType.java epp_dcpExpiry.java epp_dcpExpiryType.java epp_dcpPurposeType.java epp_dcpRecipient.java epp_dcpRecipientType.java epp_dcpRetentionType.java epp_dcpStatement.java Added Files: epp_ExtMessage.java epp_ExtResultValue.java Removed Files: epp_Credentials.java epp_ResultData.java epp_Service.java epp_Status.java epp_StatusCommandType.java epp_StatusOperations.java epp_StatusReq.java epp_StatusResultData.java epp_StatusRsp.java Log Message: updates to the epp, domain and contact IDL classes for EPP 07/05 todo: host IDL classes --- NEW FILE: epp_ExtMessage.java --- /* ** ** EPP RTK Java ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp; /** * Class that holds the message contained in the message queue response from the EPP server. * Used by epp_MessageQueue.</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ExtMessage.java,v 1.1 2003/03/14 22:03:31 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/14 22:03:31 $<br> * @see org.openrtk.idl.epp.epp_MessageQueue#setExtMessage(epp_ExtMessage) */ public class epp_ExtMessage implements org.omg.CORBA.portable.IDLEntity { /** * The ISO language of the message. * Optional. Default is "en" if null. * @see #setLang(String) * @see #getLang() */ public String m_lang = null; /** * The message text. * This is free text and could contain "informal" XML. The RTK * does not parse this XML. * @see #setLang(String) * @see #getLang() */ public String m_value = null; /** * Empty constructor */ public epp_ExtMessage () { } // ctor /** * The constructor with initializing variables. * @param _m_lang The ISO language of the message * @param _m_value The message text. */ public epp_ExtMessage (String _m_lang, String _m_value) { m_lang = _m_lang; m_value = _m_value; } // ctor /** * Accessor method for the ISO language. * @param value The optional ISO language of the message. * @see #m_lang */ public void setLang(String value) { m_lang = value; } /** * Accessor method for the ISO language. * @return The optional ISO language of the message. * @see #m_lang */ public String getLang() { return m_lang; } /** * Accessor method for the message text. * @param value The message text. * @see #m_value */ public void setValue(String value) { m_value = value; } /** * Accessor method for the message text. * @return The message text. * @see #m_value */ public String getValue() { return m_value; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_lang ["+m_lang+"] m_value ["+m_value+"] }"; } } // class epp_ExtMessage --- NEW FILE: epp_ExtResultValue.java --- /* ** ** EPP RTK Java ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp; /** * Extension to the epp_ResultValue class (though, not a subclass by the IDL). * Incorporate the data of the epp_ResultValue via a "has-a" relation and adds * a reason text.</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ExtResultValue.java,v 1.1 2003/03/14 22:03:33 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/14 22:03:33 $<br> * @see org.openrtk.idl.epp.epp_Result#setExtValues(epp_ExtResultValue[]) */ public class epp_ExtResultValue implements org.omg.CORBA.portable.IDLEntity { /** * The offending XML element which caused the error response from the EPP server. */ public org.openrtk.idl.epp.epp_ResultValue m_value = null; /** * The free-text reason for the error. */ public String m_reason = null; /** * The empty constructor */ public epp_ExtResultValue () { } // ctor /** * The constructor with parameters * @param _m_value The offending XML element. * @param _m_reason The reason for the error. */ public epp_ExtResultValue (org.openrtk.idl.epp.epp_ResultValue _m_value, String _m_reason) { m_value = _m_value; m_reason = _m_reason; } // ctor /** * The accessor for setting the offencing XML element. * @param value The offending XML element */ public void setValue(org.openrtk.idl.epp.epp_ResultValue value) { m_value = value; } /** * The accessor for retrieving the offencing XML element. * @return value The offending XML element */ public org.openrtk.idl.epp.epp_ResultValue getValue() { return m_value; } /** * The accessor for setting the reason for the error. * @param value The reason text */ public void setReason(String value) { m_reason = value; } /** * The accessor for retrieving the reason for the error. * @param value The reason for the error */ public String getReason() { return m_reason; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_value ["+m_value+"] m_reason ["+m_reason+"] }"; } } // class epp_ExtResultValue Index: epp_Action.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Action.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_Action.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_Action.java 14 Mar 2003 22:03:30 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ActionOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ActionOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_ActionOperations.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_ActionOperations.java 14 Mar 2003 22:03:30 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_AuthInfo.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_AuthInfo.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_AuthInfo.java 6 Dec 2001 14:00:40 -0000 1.8 --- epp_AuthInfo.java 14 Mar 2003 22:03:30 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_AuthInfoType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_AuthInfoType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_AuthInfoType.java 18 Dec 2001 15:59:37 -0000 1.7 --- epp_AuthInfoType.java 14 Mar 2003 22:03:30 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 38,42 **** { private int __value; ! private static int __size = 1; private static org.openrtk.idl.epp.epp_AuthInfoType[] __array = new org.openrtk.idl.epp.epp_AuthInfoType [__size]; --- 39,43 ---- { private int __value; ! private static int __size = 2; private static org.openrtk.idl.epp.epp_AuthInfoType[] __array = new org.openrtk.idl.epp.epp_AuthInfoType [__size]; *************** *** 52,55 **** --- 53,68 ---- */ public static final org.openrtk.idl.epp.epp_AuthInfoType PW = new org.openrtk.idl.epp.epp_AuthInfoType(_PW); + + /** + * Integer value representing the EXT authorization information type. + * @see #EXT + */ + public static final int _EXT = 1; + /** + * Instance of epp_AuthInfoType representing the EXT authorization information type. + * Used directly with epp_AuthInfo. + * @see org.openrtk.idl.epp.epp_AuthInfo + */ + public static final org.openrtk.idl.epp.epp_AuthInfoType EXT = new org.openrtk.idl.epp.epp_AuthInfoType(_EXT); /** Index: epp_CheckResult.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_CheckResult.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_CheckResult.java 13 Mar 2002 16:24:13 -0000 1.8 --- epp_CheckResult.java 14 Mar 2003 22:03:31 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Command.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Command.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_Command.java 14 Aug 2002 20:02:54 -0000 1.9 --- epp_Command.java 14 Mar 2003 22:03:31 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 36,45 **** { /** - * The element that provides client identity information. - * @see #setCreds(org.openrtk.idl.epp.epp_Credentials) - * @see #getCreds() - */ - public org.openrtk.idl.epp.epp_Credentials m_creds = null; - /** * The optional command extensions. * @see #setExtensions(org.openrtk.idl.epp.epp_Extension) --- 37,40 ---- *************** *** 63,73 **** /** * The constructor with initializing variables. - * @param _m_creds The element that provides client identity information * @param _m_extensions The optional command extensions * @param _m_client_trid The client transaction identifier assigned by the client to the command */ ! public epp_Command (org.openrtk.idl.epp.epp_Credentials _m_creds, org.openrtk.idl.epp.epp_Extension[] _m_extensions, String _m_client_trid) { - m_creds = _m_creds; m_extensions = _m_extensions; m_client_trid = _m_client_trid; --- 58,66 ---- /** * The constructor with initializing variables. * @param _m_extensions The optional command extensions * @param _m_client_trid The client transaction identifier assigned by the client to the command */ ! public epp_Command (org.openrtk.idl.epp.epp_Extension[] _m_extensions, String _m_client_trid) { m_extensions = _m_extensions; m_client_trid = _m_client_trid; *************** *** 75,91 **** /** - * Accessor method for the element that provides client identity information - * @param value The client identity credentials - * @see #m_creds - */ - public void setCreds(org.openrtk.idl.epp.epp_Credentials value) { m_creds = value; } - /** - * Accessor method for the element that provides client identity information - * @return The client identity credentials - * @see #m_creds - */ - public org.openrtk.idl.epp.epp_Credentials getCreds() { return m_creds; } - - /** * Accessor method for the optional command extensions * @param value The optional command extensions --- 68,71 ---- *************** *** 151,155 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_creds ["+m_creds+"] m_extensions ["+(m_extensions != null ? java.util.Arrays.asList(m_extensions) : null)+"] m_client_trid ["+m_client_trid+"] }"; } } // class epp_Command --- 131,135 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_extensions ["+(m_extensions != null ? java.util.Arrays.asList(m_extensions) : null)+"] m_client_trid ["+m_client_trid+"] }"; } } // class epp_Command Index: epp_DataCollectionPolicy.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_DataCollectionPolicy.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_DataCollectionPolicy.java 14 Aug 2002 20:02:55 -0000 1.2 --- epp_DataCollectionPolicy.java 14 Mar 2003 22:03:31 -0000 1.3 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Exception.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Exception.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_Exception.java 14 Aug 2002 20:02:55 -0000 1.8 --- epp_Exception.java 14 Mar 2003 22:03:31 -0000 1.9 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Extension.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Extension.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_Extension.java 12 Mar 2002 21:47:33 -0000 1.1 --- epp_Extension.java 14 Mar 2003 22:03:33 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_ExtensionOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ExtensionOperations.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_ExtensionOperations.java 12 Mar 2002 21:47:33 -0000 1.1 --- epp_ExtensionOperations.java 14 Mar 2003 22:03:33 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Greeting.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Greeting.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_Greeting.java 12 Mar 2002 22:16:19 -0000 1.8 --- epp_Greeting.java 14 Mar 2003 22:03:33 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 62,66 **** * @see #getDcp() */ ! public org.openrtk.idl.epp.epp_DataCollectionPolicy m_dcp = null;; /** --- 63,67 ---- * @see #getDcp() */ ! public org.openrtk.idl.epp.epp_DataCollectionPolicy m_dcp = null; /** Index: epp_Hello.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Hello.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_Hello.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_Hello.java 14 Mar 2003 22:03:33 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_HelloOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_HelloOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_HelloOperations.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_HelloOperations.java 14 Mar 2003 22:03:33 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Login.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Login.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_Login.java 13 Mar 2002 16:36:28 -0000 1.7 --- epp_Login.java 14 Mar 2003 22:03:33 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_LoginOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LoginOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_LoginOperations.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_LoginOperations.java 14 Mar 2003 22:03:34 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_LoginReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LoginReq.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_LoginReq.java 12 Mar 2002 23:40:57 -0000 1.8 --- epp_LoginReq.java 14 Mar 2003 22:03:34 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 42,45 **** --- 43,71 ---- public org.openrtk.idl.epp.epp_Command m_cmd = null; /** + * The client identifier created on the server. + * @see #setClientId(String) + * @see #getClientId() + */ + public String m_client_id = null; + /** + * The client password. + * @see #setPassword(String) + * @see #getPassword() + */ + public String m_password = null; + /** + * The new client password to be used for the future session establishment. + * @see #setNewPassword(String) + * @see #getNewPassword() + */ + public String m_new_password = null; + /** + * The options element that contains client's choices on the protocol version and response language + * @see #setOptions(org.openrtk.idl.epp.epp_Options) + * @see #getOptions() + */ + public org.openrtk.idl.epp.epp_Options m_options = null; + + /** * The array of service URIs. * Each URI identifies an object to be managed during the session. *************** *** 66,75 **** * The constructor with initializing variables. * @param _m_cmd The common and generic command element * @param _m_services The array of services supported by the server * @param _m_extensions The array of service extensions supported by the server */ ! public epp_LoginReq (org.openrtk.idl.epp.epp_Command _m_cmd, String[] _m_services, String[] _m_extensions) { m_cmd = _m_cmd; m_services = _m_services; m_extensions = _m_extensions; --- 92,109 ---- * The constructor with initializing variables. * @param _m_cmd The common and generic command element + * @param _m_client_id The client identifier created on the server + * @param _m_password The client password + * @param _m_new_password The new client password + * @param _m_options The options element that contains client's choices * @param _m_services The array of services supported by the server * @param _m_extensions The array of service extensions supported by the server */ ! public epp_LoginReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_client_id, String _m_password, String _m_new_password, org.openrtk.idl.epp.epp_Options _m_options, String[] _m_services, String[] _m_extensions) { m_cmd = _m_cmd; + m_client_id = _m_client_id; + m_password = _m_password; + m_new_password = _m_new_password; + m_options = _m_options; m_services = _m_services; m_extensions = _m_extensions; *************** *** 90,93 **** --- 124,179 ---- /** + * Accessor method for the client identifier created on the server + * @param value The client identifier + * @see #m_client_id + */ + public void setClientId(String value) { m_client_id = value; } + /** + * Accessor method for the client identifier created on the server + * @return The client identifier + * @see #m_client_id + */ + public String getClientId() { return m_client_id; } + + /** + * Accessor method for the client password + * @param value The password + * @see #m_password + */ + public void setPassword(String value) { m_password = value; } + /** + * Accessor method for the client password + * @return The password + * @see #m_password + */ + public String getPassword() { return m_password; } + + /** + * Accessor method for the new client password + * @param value The new password + * @see #m_new_password + */ + public void setNewPassword(String value) { m_new_password = value; } + /** + * Accessor method for the new client password + * @return The new password + * @see #m_new_password + */ + public String getNewPassword() { return m_new_password; } + + /** + * Accessor method for the options element that contains client's choices + * @param value The options element + * @see #m_options + */ + public void setOptions(org.openrtk.idl.epp.epp_Options value) { m_options = value; } + /** + * Accessor method for the options element that contains client's choices + * @return The options element + * @see #m_options + */ + public org.openrtk.idl.epp.epp_Options getOptions() { return m_options; } + + /** * Accessor method for the array of services supported by the server * @param value The array of service URIs *************** *** 120,124 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_services ["+(m_services != null ? java.util.Arrays.asList(m_services) : null)+"] m_extensions ["+(m_extensions != null ? java.util.Arrays.asList(m_extensions) : null)+"] }"; } } // class epp_LoginReq --- 206,210 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_client_id ["+m_client_id+"] m_password ["+m_password+"] m_new_password ["+m_new_password+"] m_options ["+m_options+"] m_services ["+(m_services != null ? java.util.Arrays.asList(m_services) : null)+"] m_extensions ["+(m_extensions != null ? java.util.Arrays.asList(m_extensions) : null)+"] }"; } } // class epp_LoginReq Index: epp_LoginRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LoginRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_LoginRsp.java 4 Dec 2001 22:32:49 -0000 1.7 --- epp_LoginRsp.java 14 Mar 2003 22:03:34 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Logout.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Logout.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_Logout.java 4 Dec 2001 22:32:49 -0000 1.6 --- epp_Logout.java 14 Mar 2003 22:03:34 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_LogoutOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LogoutOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_LogoutOperations.java 4 Dec 2001 22:32:50 -0000 1.6 --- epp_LogoutOperations.java 14 Mar 2003 22:03:34 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_LogoutReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LogoutReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_LogoutReq.java 14 Aug 2002 20:02:55 -0000 1.9 --- epp_LogoutReq.java 14 Mar 2003 22:03:34 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 39,43 **** * @see #getExtensions() */ ! public org.openrtk.idl.epp.epp_Extension[] m_extensions = null; /** * The client transaction identifier assigned by the client to the command. --- 40,44 ---- * @see #getExtensions() */ ! public org.openrtk.idl.epp.epp_Extension m_extensions[] = null; /** * The client transaction identifier assigned by the client to the command. Index: epp_LogoutRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_LogoutRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_LogoutRsp.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_LogoutRsp.java 14 Mar 2003 22:03:34 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_MessageQueue.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_MessageQueue.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** epp_MessageQueue.java 14 Aug 2002 20:02:55 -0000 1.4 --- epp_MessageQueue.java 14 Mar 2003 22:03:34 -0000 1.5 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 48,52 **** public String m_queue_date = null; ! public String m_msg = null; public String m_id = null; --- 49,53 ---- public String m_queue_date = null; ! public org.openrtk.idl.epp.epp_ExtMessage m_msg = null; public String m_id = null; *************** *** 63,67 **** * @param _m_queue_date The date and time that a particular message was enqueued */ ! public epp_MessageQueue (int _m_count, String _m_queue_date, String _m_msg, String _m_id) { m_count = _m_count; --- 64,68 ---- * @param _m_queue_date The date and time that a particular message was enqueued */ ! public epp_MessageQueue (int _m_count, String _m_queue_date, org.openrtk.idl.epp.epp_ExtMessage _m_msg, String _m_id) { m_count = _m_count; *************** *** 97,102 **** public String getQueueDate() { return m_queue_date; } ! public void setMsg(String value) { m_msg = value; } ! public String getMsg() { return m_msg; } public void setId(String value) { m_id = value; } --- 98,112 ---- public String getQueueDate() { return m_queue_date; } ! /** ! * @deprecated Please use setExtMsg() instead ! */ ! public void setMsg(String value) { m_msg = new org.openrtk.idl.epp.epp_ExtMessage(value, null); } ! /** ! * @deprecated Please use getExtMsg() instead ! */ ! public String getMsg() { return ( m_msg == null ? null : m_msg.getValue() ); } ! ! public void setMsg(org.openrtk.idl.epp.epp_ExtMessage value) { m_msg = value; } ! public org.openrtk.idl.epp.epp_ExtMessage getMsg() { return m_msg; } public void setId(String value) { m_id = value; } *************** *** 108,112 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_count ["+m_count+"] m_queue_date ["+m_queue_date+"] }"; } } // class epp_MessageQueue --- 118,122 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_count ["+m_count+"] m_queue_date ["+m_queue_date+"] m_msg ["+m_msg+"] m_id ["+m_id+"] }"; } } // class epp_MessageQueue Index: epp_Options.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Options.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_Options.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_Options.java 14 Mar 2003 22:03:34 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Poll.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Poll.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_Poll.java 4 Dec 2001 22:32:50 -0000 1.6 --- epp_Poll.java 14 Mar 2003 22:03:35 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollOpType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollOpType.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_PollOpType.java 13 Mar 2002 16:36:28 -0000 1.8 --- epp_PollOpType.java 14 Mar 2003 22:03:35 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_PollOperations.java 4 Dec 2001 22:32:50 -0000 1.6 --- epp_PollOperations.java 14 Mar 2003 22:03:36 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_PollReq.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_PollReq.java 14 Mar 2003 22:03:36 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollResData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollResData.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_PollResData.java 11 Mar 2002 22:14:46 -0000 1.7 --- epp_PollResData.java 14 Mar 2003 22:03:36 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollResDataOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollResDataOperations.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_PollResDataOperations.java 11 Mar 2002 22:14:46 -0000 1.1 --- epp_PollResDataOperations.java 14 Mar 2003 22:03:36 -0000 1.2 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_PollRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_PollRsp.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_PollRsp.java 14 Mar 2003 22:03:36 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Response.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Response.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_Response.java 14 Aug 2002 20:02:55 -0000 1.9 --- epp_Response.java 14 Mar 2003 22:03:37 -0000 1.10 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 53,57 **** * @see #getExtensionStrings() */ ! public String[] m_extension_strings = null; /** * The transaction identifiers assigned by the client and the server. --- 54,58 ---- * @see #getExtensionStrings() */ ! public String m_extension_strings[] = null; /** * The transaction identifiers assigned by the client and the server. Index: epp_Result.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Result.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_Result.java 14 Aug 2002 20:02:55 -0000 1.9 --- epp_Result.java 14 Mar 2003 22:03:37 -0000 1.10 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 42,45 **** --- 43,61 ---- public short m_code = (short)0; /** + * The array of values that provide server error details.<br><br> + * If null, m_ext_values should be checked. + * @see #setValues(epp_ResultValue[]) + * @see #getValues() + */ + public org.openrtk.idl.epp.epp_ResultValue m_values[] = null; + /** + * The array of values that provide server error details. + * Can provide slightly more information than m_values (ie. reason for error).<br><br> + * If null, m_values should be checked. + * @see #setValues(epp_ExtResultValue[]) + * @see #getValues() + */ + public org.openrtk.idl.epp.epp_ExtResultValue m_ext_values[] = null; + /** * The human-readable description of the response code. * @see #setMsg(String) *************** *** 53,68 **** */ public String m_lang = null; - /** - * The array of values that provide server error details. - * @see #setValues(epp_ResultValue[]) - * @see #getValues() - */ - public epp_ResultValue m_values[] = null; - /** - * The generic Result data. - * @see #setData(org.openrtk.idl.epp.epp_ResultData) - * @see #getData() - */ - public org.openrtk.idl.epp.epp_ResultData m_data = null; /** --- 69,72 ---- *************** *** 85,91 **** // Don't really want to repeat this code. m_code = _m_code; m_msg = _m_msg; m_lang = _m_lang; - m_values = _m_values; } // ctor --- 89,95 ---- // Don't really want to repeat this code. m_code = _m_code; + m_values = _m_values; m_msg = _m_msg; m_lang = _m_lang; } // ctor *************** *** 98,108 **** * @param _m_data The generic result data. */ ! public epp_Result (short _m_code, String _m_msg, String _m_lang, epp_ResultValue[] _m_values, org.openrtk.idl.epp.epp_ResultData _m_data) { m_code = _m_code; m_msg = _m_msg; m_lang = _m_lang; - m_values = _m_values; - m_data = _m_data; } // ctor --- 102,112 ---- * @param _m_data The generic result data. */ ! public epp_Result (short _m_code, org.openrtk.idl.epp.epp_ResultValue[] _m_values, org.openrtk.idl.epp.epp_ExtResultValue[] _m_ext_values, String _m_msg, String _m_lang) { m_code = _m_code; + m_values = _m_values; + m_ext_values = _m_ext_values; m_msg = _m_msg; m_lang = _m_lang; } // ctor *************** *** 121,124 **** --- 125,154 ---- /** + * Accessor method for the array of value that provide server error details + * @param value The array of error details + * @see #m_values + */ + public void setValues(org.openrtk.idl.epp.epp_ResultValue[] value) { m_values = value; } + /** + * Accessor method for the array of messages that provide server error details + * @return The array of error details + * @see #m_values + */ + public org.openrtk.idl.epp.epp_ResultValue[] getValues() { return m_values; } + + /** + * Accessor method for the array of extended messages that provide server error details + * @param value The array of error details + * @see #m_ext_values + */ + public void setExtValues(org.openrtk.idl.epp.epp_ExtResultValue[] value) { m_ext_values = value; } + /** + * Accessor method for the array of extended messages that provide server error details + * @return The array of error details + * @see #m_ext_values + */ + public org.openrtk.idl.epp.epp_ExtResultValue[] getExtValues() { return m_ext_values; } + + /** * Accessor method for the human-readable description of the response code * @param value The reponse code description *************** *** 147,181 **** /** - * Accessor method for the array of value that provide server error details - * @param value The array of error details - * @see #m_values - */ - public void setValues(epp_ResultValue[] value) { m_values = value; } - /** - * Accessor method for the array of messages that provide server error details - * @return The array of error details - * @see #m_values - */ - public epp_ResultValue[] getValues() { return m_values; } - - /** - * Accessor method for the result data - * @param value The generic result data - * @see #m_data - */ - public void setData(org.openrtk.idl.epp.epp_ResultData value) { m_data = value; } - /** - * Accessor method for the result data - * @return The generic result data - * @see #m_data - */ - public org.openrtk.idl.epp.epp_ResultData getData() { return m_data; } - - /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_code ["+m_code+"] m_values ["+(m_values != null ? java.util.Arrays.asList(m_values) : null)+"] m_msg ["+m_msg+"] m_lang ["+m_lang+"] m_data ["+m_data+"] }"; } } // class epp_Result --- 177,185 ---- /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_code ["+m_code+"] m_values ["+(m_values != null ? java.util.Arrays.asList(m_values) : null)+"] m_ext_values ["+(m_ext_values != null ? java.util.Arrays.asList(m_ext_values) : null)+"] m_msg ["+m_msg+"] m_lang ["+m_lang+"] }"; } } // class epp_Result Index: epp_ResultValue.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ResultValue.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_ResultValue.java 14 Aug 2002 20:02:55 -0000 1.1 --- epp_ResultValue.java 14 Mar 2003 22:03:37 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 25,47 **** /** ! * org/openrtk/idl/epp/epp_ResultValue.java ! * Generated by the IDL-to-Java compiler (portable), version "3.0" ! * from epp.idl ! * Wednesday, August 14, 2002 12:14:44 o'clock PM EDT ! */ ! public class epp_ResultValue implements org.omg.CORBA.portable.IDLEntity { ! // Can be null/empty if the XML is not parsable. public String m_namespace = null; ! // element if the XML is unparsable. public String m_xml_string = null; ! // Can be null/empty if the XML is not parsable. public String m_element_name = null; ! // element if the XML is unparsable. public String m_element_value = null; --- 26,61 ---- /** ! * Contains the information of the XML element from the request ! * which cause the server to return an error.</p> ! * $Header$<br> ! * $Revision$<br> ! * $Date$<br> ! * @see org.openrtk.idl.epp.epp_Result#setValues(epp_ResultValue[]) ! */ public class epp_ResultValue implements org.omg.CORBA.portable.IDLEntity { ! /** ! * The namespace of the XML element. ! * Can be null/empty if the XML is not parsable. ! */ public String m_namespace = null; ! /** ! * The entire XML string of the offending element. ! * Always set. ! */ public String m_xml_string = null; ! /** ! * The name of the XML element. ! * Can be null/empty if the XML is not parsable. ! */ public String m_element_name = null; ! /** ! * The value of the element. ! * Can be null if the XML is unparsable. ! */ public String m_element_value = null; *************** *** 70,73 **** --- 84,92 ---- public String getElementValue() { return m_element_value; } + /** + * Converts this class into a string. + * Typically used to view the object in debug output. + * @return The string representation of this object instance + */ public String toString() { return this.getClass().getName() + ": { m_namespace ["+m_namespace+"] m_xml_string ["+m_xml_string+"] m_element_name ["+m_element_name+"] m_element_value ["+m_element_value+"] }"; } Index: epp_ServiceMenu.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_ServiceMenu.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_ServiceMenu.java 12 Mar 2002 22:17:40 -0000 1.1 --- epp_ServiceMenu.java 14 Mar 2003 22:03:37 -0000 1.2 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Session.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Session.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_Session.java 4 Dec 2001 22:32:50 -0000 1.6 --- epp_Session.java 14 Mar 2003 22:03:37 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 37,42 **** { public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY = (short)(1000); public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_NO_MESSAGES = (short)(1300); ! public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_MESSAGE_PRESENT = (short)(1301); public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_ENDING_SESSION = (short)(1500); public static final short EPP_UNKNOWN_COMMAND = (short)(2000); --- 38,44 ---- { public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY = (short)(1000); + public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_ACTION_PENDING = (short)(1001); public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_NO_MESSAGES = (short)(1300); ! public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_ACK_TO_DEQUEUE = (short)(1301); public static final short EPP_COMMAND_COMPLETED_SUCCESSFULLY_ENDING_SESSION = (short)(1500); public static final short EPP_UNKNOWN_COMMAND = (short)(2000); *************** *** 66,71 **** public static final short EPP_DATA_MANAGEMENT_POLICY_VIOLATION = (short)(2308); public static final short EPP_COMMAND_FAILED = (short)(2400); ! public static final short EPP_COMMAND_FAILED_SERVER_ENDING_SESSION = (short)(2500); ! public static final short EPP_TIMEOUT_SERVER_ENDING_SESSION = (short)(2501); public static final short EPP_SESSION_LIMIT_EXCEEDED_SERVER_CLOSING_CONNECTION = (short)(2502); --- 68,73 ---- public static final short EPP_DATA_MANAGEMENT_POLICY_VIOLATION = (short)(2308); public static final short EPP_COMMAND_FAILED = (short)(2400); ! public static final short EPP_COMMAND_FAILED_SERVER_CLOSING_CONNECTION = (short)(2500); ! public static final short EPP_AUTHENTICATION_ERROR_SERVER_CLOSING_CONNECTION = (short)(2501); public static final short EPP_SESSION_LIMIT_EXCEEDED_SERVER_CLOSING_CONNECTION = (short)(2502); Index: epp_SessionOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_SessionOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_SessionOperations.java 4 Dec 2001 22:32:50 -0000 1.6 --- epp_SessionOperations.java 14 Mar 2003 22:03:38 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_TransID.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_TransID.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_TransID.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_TransID.java 14 Mar 2003 22:03:38 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_TransferOpType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_TransferOpType.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_TransferOpType.java 15 Mar 2002 15:31:05 -0000 1.8 --- epp_TransferOpType.java 14 Mar 2003 22:03:38 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_TransferRequest.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_TransferRequest.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_TransferRequest.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_TransferRequest.java 14 Mar 2003 22:03:39 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_TransferStatusType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_TransferStatusType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_TransferStatusType.java 15 Mar 2002 14:31:01 -0000 1.7 --- epp_TransferStatusType.java 14 Mar 2003 22:03:39 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_Unspec.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_Unspec.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_Unspec.java 12 Mar 2002 21:47:33 -0000 1.7 --- epp_Unspec.java 14 Mar 2003 22:03:39 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_XMLException.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_XMLException.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_XMLException.java 4 Dec 2001 22:32:50 -0000 1.7 --- epp_XMLException.java 14 Mar 2003 22:03:39 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpAccessType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpAccessType.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_dcpAccessType.java 14 Aug 2002 20:02:55 -0000 1.3 --- epp_dcpAccessType.java 14 Mar 2003 22:03:39 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpExpiry.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpExpiry.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_dcpExpiry.java 14 Aug 2002 20:02:55 -0000 1.1 --- epp_dcpExpiry.java 14 Mar 2003 22:03:39 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpExpiryType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpExpiryType.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_dcpExpiryType.java 14 Aug 2002 20:02:55 -0000 1.1 --- epp_dcpExpiryType.java 14 Mar 2003 22:03:39 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpPurposeType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpPurposeType.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_dcpPurposeType.java 14 Aug 2002 20:02:55 -0000 1.3 --- epp_dcpPurposeType.java 14 Mar 2003 22:03:39 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpRecipient.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpRecipient.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** epp_dcpRecipient.java 14 Aug 2002 20:02:55 -0000 1.1 --- epp_dcpRecipient.java 14 Mar 2003 22:03:39 -0000 1.2 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpRecipientType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpRecipientType.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_dcpRecipientType.java 15 Mar 2002 15:50:52 -0000 1.2 --- epp_dcpRecipientType.java 14 Mar 2003 22:03:39 -0000 1.3 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpRetentionType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpRetentionType.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_dcpRetentionType.java 14 Aug 2002 20:02:55 -0000 1.3 --- epp_dcpRetentionType.java 14 Mar 2003 22:03:39 -0000 1.4 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_dcpStatement.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_dcpStatement.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_dcpStatement.java 14 Aug 2002 20:02:55 -0000 1.3 --- epp_dcpStatement.java 14 Mar 2003 22:03:39 -0000 1.4 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** --- epp_Credentials.java DELETED --- --- epp_ResultData.java DELETED --- --- epp_Service.java DELETED --- --- epp_Status.java DELETED --- --- epp_StatusCommandType.java DELETED --- --- epp_StatusOperations.java DELETED --- --- epp_StatusReq.java DELETED --- --- epp_StatusResultData.java DELETED --- --- epp_StatusRsp.java DELETED --- |
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain In directory sc8-pr-cvs1:/tmp/cvs-serv19193/domain Modified Files: epp_DomainCheck.java epp_DomainCheckOperations.java epp_DomainCheckReq.java epp_DomainCheckRsp.java epp_DomainContact.java epp_DomainContactType.java epp_DomainCreate.java epp_DomainCreateOperations.java epp_DomainCreateReq.java epp_DomainCreateRsp.java epp_DomainDelete.java epp_DomainDeleteOperations.java epp_DomainDeleteReq.java epp_DomainDeleteRsp.java epp_DomainHostsType.java epp_DomainInfo.java epp_DomainInfoOperations.java epp_DomainInfoReq.java epp_DomainInfoRsp.java epp_DomainPeriod.java epp_DomainPeriodUnitType.java epp_DomainRenew.java epp_DomainRenewOperations.java epp_DomainRenewReq.java epp_DomainRenewRsp.java epp_DomainStatus.java epp_DomainStatusType.java epp_DomainTransfer.java epp_DomainTransferOperations.java epp_DomainTransferReq.java epp_DomainTransferRsp.java epp_DomainTrnData.java epp_DomainUpdate.java epp_DomainUpdateAddRemove.java epp_DomainUpdateChange.java epp_DomainUpdateOperations.java epp_DomainUpdateReq.java epp_DomainUpdateRsp.java Added Files: epp_DomainPanData.java Log Message: updates to the epp, domain and contact IDL classes for EPP 07/05 todo: host IDL classes --- NEW FILE: epp_DomainPanData.java --- /* ** ** EPP RTK Java ** Copyright (C) 2001-2002, Tucows, Inc. ** Copyright (C) 2003, Liberty RMS ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.domain; /** * This class is use exclusively to hold data associate with a Poll response for a pending action notification.</p> * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPanData.java,v 1.1 2003/03/14 22:03:45 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2003/03/14 22:03:45 $<br> */ public class epp_DomainPanData extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.portable.IDLEntity, org.openrtk.idl.epp.epp_PollResData { /** * Constant variable defined by IDLs.</p> * Used when this classes is used to hold the poll response * data pertaining to domain pending action notifications. The value * of this constant links this class to a set of poll response * data. */ public static final String m_type = "domain:panData"; /** * Access method for the m_type constant. * @see #m_type */ public String getType() { return m_type; } /** * The name of the domain for this pending action notification */ public String m_name; /** * The result flag for this pending action -- true == successful */ public boolean m_result; /** * The client and server TRID pair from the EPP request/response which trigger this * pending action. */ public org.openrtk.idl.epp.epp_TransID m_trid; /** * The date this pending action completed or failed in the server. */ public String m_date; /** * Empty constructor */ public epp_DomainPanData () { } // ctor /** * The constructor with initializing variables. * @param _m_name The name of the domain object in the registry * @param _m_result The boolean result flag for the action: true == successful execution * @param _m_trid The server and client trid pair associated with this pending action * @param _m_date The date the pending action completed (or failed) */ public epp_DomainPanData (String _m_name, boolean _m_result, org.openrtk.idl.epp.epp_TransID _m_trid, String _m_date) { m_name = _m_name; m_result = _m_result; m_trid = _m_trid; m_date = _m_date; } // ctor /** * Accessor method for the name of the domain object in the registry * @param value The domain name * @see #m_name */ public void setName(String value) { m_name = value; } /** * Accessor method for the name of the domain object in the registry * @return The domain name * @see #m_name */ public String getName() { return m_name; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @param value The result flag * @see #m_result */ public void setResult(boolean value) { m_result = value; } /** * Accessor method for the boolean result of the execution of the pending action. * true == successful execution * @return The result flag * @see #m_result */ public boolean getResult() { return m_result; } /** * Accessor method for the client and server TRID pair associated with the pending action * @param value The client/server TRID pair * @see #m_trid */ public void setTrid(org.openrtk.idl.epp.epp_TransID value) { m_trid = value; } /** * Accessor method for the client and server TRID pair associated with the pending action * @return The client/server TRID pair * @see #m_trid */ public org.openrtk.idl.epp.epp_TransID getTrid() { return m_trid; } /** * Accessor method for the pending action's completion or failure * @param value The date of the pending action's completion or failure * @see #m_date */ public void setDate(String value) { m_date = value; } /** * Accessor method for the pending action's completion or failure * @return The date of the pending action's completion or failure * @see #m_date */ public String getDate() { return m_date; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_name ["+m_name+"] m_result ["+m_result+"] m_trid ["+m_trid+"] m_date ["+m_date+"] }"; } } // interface epp_DomainPanData Index: epp_DomainCheck.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCheck.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainCheck.java 13 Nov 2001 20:59:23 -0000 1.6 --- epp_DomainCheck.java 14 Mar 2003 22:03:43 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCheckOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCheckOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainCheckOperations.java 13 Nov 2001 20:59:23 -0000 1.6 --- epp_DomainCheckOperations.java 14 Mar 2003 22:03:43 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCheckReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCheckReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainCheckReq.java 7 Nov 2001 20:44:05 -0000 1.7 --- epp_DomainCheckReq.java 14 Mar 2003 22:03:43 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCheckRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCheckRsp.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_DomainCheckRsp.java 7 Nov 2001 20:55:09 -0000 1.8 --- epp_DomainCheckRsp.java 14 Mar 2003 22:03:43 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainContact.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainContact.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainContact.java 4 Dec 2001 22:27:16 -0000 1.7 --- epp_DomainContact.java 14 Mar 2003 22:03:43 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainContactType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainContactType.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_DomainContactType.java 15 Mar 2002 15:31:05 -0000 1.8 --- epp_DomainContactType.java 14 Mar 2003 22:03:43 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCreate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainCreate.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainCreate.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCreateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainCreateOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainCreateOperations.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCreateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainCreateReq.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainCreateReq.java 14 Mar 2003 22:03:44 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainCreateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateRsp.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_DomainCreateRsp.java 11 Mar 2002 22:13:28 -0000 1.8 --- epp_DomainCreateRsp.java 14 Mar 2003 22:03:44 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainDelete.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainDelete.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainDelete.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainDelete.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainDeleteOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainDeleteOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainDeleteOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainDeleteOperations.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainDeleteReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainDeleteReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainDeleteReq.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainDeleteReq.java 14 Mar 2003 22:03:44 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainDeleteRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainDeleteRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainDeleteRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainDeleteRsp.java 14 Mar 2003 22:03:44 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainHostsType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainHostsType.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** epp_DomainHostsType.java 15 Mar 2002 15:31:05 -0000 1.3 --- epp_DomainHostsType.java 14 Mar 2003 22:03:44 -0000 1.4 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainInfo.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfo.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainInfo.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainInfo.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainInfoOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfoOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainInfoOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainInfoOperations.java 14 Mar 2003 22:03:44 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainInfoReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfoReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_DomainInfoReq.java 14 Aug 2002 20:02:55 -0000 1.9 --- epp_DomainInfoReq.java 14 Mar 2003 22:03:44 -0000 1.10 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainInfoRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfoRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainInfoRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainInfoRsp.java 14 Mar 2003 22:03:44 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainPeriod.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPeriod.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainPeriod.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainPeriod.java 14 Mar 2003 22:03:45 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainPeriodUnitType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPeriodUnitType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainPeriodUnitType.java 15 Mar 2002 15:31:05 -0000 1.7 --- epp_DomainPeriodUnitType.java 14 Mar 2003 22:03:45 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainRenew.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenew.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainRenew.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainRenew.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainRenewOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenewOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainRenewOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainRenewOperations.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainRenewReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenewReq.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_DomainRenewReq.java 4 Dec 2001 22:31:06 -0000 1.8 --- epp_DomainRenewReq.java 14 Mar 2003 22:03:46 -0000 1.9 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainRenewRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainRenewRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainRenewRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainRenewRsp.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainStatus.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainStatus.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainStatus.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainStatus.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainStatusType.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainStatusType.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainStatusType.java 15 Mar 2002 15:31:05 -0000 1.7 --- epp_DomainStatusType.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 35,39 **** { private int __value; ! private static int __size = 15; private static org.openrtk.idl.epp.domain.epp_DomainStatusType[] __array = new org.openrtk.idl.epp.domain.epp_DomainStatusType [__size]; private static String[] __strings = { --- 36,40 ---- { private int __value; ! private static int __size = 17; private static org.openrtk.idl.epp.domain.epp_DomainStatusType[] __array = new org.openrtk.idl.epp.domain.epp_DomainStatusType [__size]; private static String[] __strings = { *************** *** 45,51 **** "inactive", "ok", "pendingDelete", "pendingTransfer", ! "pendingVerification", "serverDeleteProhibited", "serverHold", --- 46,54 ---- "inactive", "ok", + "pendingCreate", "pendingDelete", "pendingTransfer", ! "pendingRenew", ! "pendingUpdate", "serverDeleteProhibited", "serverHold", *************** *** 133,140 **** public static final org.openrtk.idl.epp.domain.epp_DomainStatusType OK = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_OK); /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 7; /** * Instance of epp_DomainStatusType representing the PENDING_DELETE status type. --- 136,154 ---- public static final org.openrtk.idl.epp.domain.epp_DomainStatusType OK = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_OK); /** + * Integer value representing the PENDING_CREATE status type. + * @see #PENDING_CREATE + */ + public static final int _PENDING_CREATE = 7; + /** + * Instance of epp_DomainStatusType representing the PENDING_CREATE status type. + * Used directly with epp_DomainStatus. + * @see org.openrtk.idl.epp.domain.epp_DomainStatus + */ + public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_CREATE = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_CREATE); + /** * Integer value representing the PENDING_DELETE status type. * @see #PENDING_DELETE */ ! public static final int _PENDING_DELETE = 8; /** * Instance of epp_DomainStatusType representing the PENDING_DELETE status type. *************** *** 147,151 **** * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 8; /** * Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type. --- 161,165 ---- * @see #PENDING_TRANSFER */ ! public static final int _PENDING_TRANSFER = 9; /** * Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type. *************** *** 155,173 **** public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_TRANSFER); /** ! * Integer value representing the PENDING_VERIFICATION status type. ! * @see #PENDING_VERIFICATION */ ! public static final int _PENDING_VERIFICATION = 9; /** ! * Instance of epp_DomainStatusType representing the PENDING_VERIFICATION status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_VERIFICATION = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_VERIFICATION); /** * Integer value representing the SERVER_DELETE_PROHIBITED status type. * @see #SERVER_DELETE_PROHIBITED */ ! public static final int _SERVER_DELETE_PROHIBITED = 10; /** * Instance of epp_DomainStatusType representing the SERVER_DELETE_PROHIBITED status type. --- 169,198 ---- public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_TRANSFER = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_TRANSFER); /** ! * Integer value representing the PENDING_RENEW status type. ! * @see #PENDING_RENEW */ ! public static final int _PENDING_RENEW = 10; /** ! * Instance of epp_DomainStatusType representing the PENDING_RENEW status type. * Used directly with epp_DomainStatus. * @see org.openrtk.idl.epp.domain.epp_DomainStatus */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_RENEW = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_RENEW); ! /** ! * Integer value representing the PENDING_UPDATE status type. ! * @see #PENDING_UPDATE ! */ ! public static final int _PENDING_UPDATE = 11; ! /** ! * Instance of epp_DomainStatusType representing the PENDING_UPDATE status type. ! * Used directly with epp_DomainStatus. ! * @see org.openrtk.idl.epp.domain.epp_DomainStatus ! */ ! public static final org.openrtk.idl.epp.domain.epp_DomainStatusType PENDING_UPDATE = new org.openrtk.idl.epp.domain.epp_DomainStatusType(_PENDING_UPDATE); /** * Integer value representing the SERVER_DELETE_PROHIBITED status type. * @see #SERVER_DELETE_PROHIBITED */ ! public static final int _SERVER_DELETE_PROHIBITED = 12; /** * Instance of epp_DomainStatusType representing the SERVER_DELETE_PROHIBITED status type. *************** *** 180,184 **** * @see #SERVER_HOLD */ ! public static final int _SERVER_HOLD = 11; /** * Instance of epp_DomainStatusType representing the SERVER_HOLD status type. --- 205,209 ---- * @see #SERVER_HOLD */ ! public static final int _SERVER_HOLD = 13; /** * Instance of epp_DomainStatusType representing the SERVER_HOLD status type. *************** *** 191,195 **** * @see #SERVER_RENEW_PROHIBITED */ ! public static final int _SERVER_RENEW_PROHIBITED = 12; /** * Instance of epp_DomainStatusType representing the SERVER_RENEW_PROHIBITED status type. --- 216,220 ---- * @see #SERVER_RENEW_PROHIBITED */ ! public static final int _SERVER_RENEW_PROHIBITED = 14; /** * Instance of epp_DomainStatusType representing the SERVER_RENEW_PROHIBITED status type. *************** *** 202,206 **** * @see #SERVER_TRANSFER_PROHIBITED */ ! public static final int _SERVER_TRANSFER_PROHIBITED = 13; /** * Instance of epp_DomainStatusType representing the SERVER_TRANSFER_PROHIBITED status type. --- 227,231 ---- * @see #SERVER_TRANSFER_PROHIBITED */ ! public static final int _SERVER_TRANSFER_PROHIBITED = 15; /** * Instance of epp_DomainStatusType representing the SERVER_TRANSFER_PROHIBITED status type. *************** *** 213,217 **** * @see #SERVER_UPDATE_PROHIBITED */ ! public static final int _SERVER_UPDATE_PROHIBITED = 14; /** * Instance of epp_DomainStatusType representing the SERVER_UPDATE_PROHIBITED status type. --- 238,242 ---- * @see #SERVER_UPDATE_PROHIBITED */ ! public static final int _SERVER_UPDATE_PROHIBITED = 16; /** * Instance of epp_DomainStatusType representing the SERVER_UPDATE_PROHIBITED status type. Index: epp_DomainTransfer.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransfer.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainTransfer.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainTransfer.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainTransferOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransferOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainTransferOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainTransferOperations.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainTransferReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransferReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainTransferReq.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainTransferReq.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainTransferRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransferRsp.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** epp_DomainTransferRsp.java 13 Mar 2002 21:49:42 -0000 1.10 --- epp_DomainTransferRsp.java 14 Mar 2003 22:03:46 -0000 1.11 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainTrnData.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTrnData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** epp_DomainTrnData.java 11 Mar 2002 22:44:46 -0000 1.2 --- epp_DomainTrnData.java 14 Mar 2003 22:03:46 -0000 1.3 *************** *** 3,6 **** --- 3,7 ---- ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. + ** Copyright (C) 2003, Liberty RMS ** ** *************** *** 38,42 **** * Constant variable defined by IDLs.</p> * Used when this classes is used to hold the poll response ! * data pertaining to contact transfer notifications. The value * of this constant links this class to a set of poll response * data. --- 39,43 ---- * Constant variable defined by IDLs.</p> * Used when this classes is used to hold the poll response ! * data pertaining to domain transfer notifications. The value * of this constant links this class to a set of poll response * data. Index: epp_DomainUpdate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdate.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainUpdate.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainUpdate.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainUpdateAddRemove.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateAddRemove.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainUpdateAddRemove.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainUpdateAddRemove.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainUpdateChange.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateChange.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainUpdateChange.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainUpdateChange.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainUpdateOperations.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateOperations.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** epp_DomainUpdateOperations.java 4 Dec 2001 22:31:06 -0000 1.6 --- epp_DomainUpdateOperations.java 14 Mar 2003 22:03:46 -0000 1.7 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainUpdateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainUpdateReq.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainUpdateReq.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** Index: epp_DomainUpdateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainUpdateRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainUpdateRsp.java 14 Mar 2003 22:03:46 -0000 1.8 *************** *** 2,6 **** ** ** EPP RTK Java ! ** Copyright (C) 2001, Tucows, Inc. ** ** --- 2,7 ---- ** ** EPP RTK Java ! ** Copyright (C) 2001-2002, Tucows, Inc. ! ** Copyright (C) 2003, Liberty RMS ** ** |
From: Daniel M. <tub...@us...> - 2003-03-13 15:25:42
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example In directory sc8-pr-cvs1:/tmp/cvs-serv28475 Modified Files: DomainExample.java Log Message: Proposed changes if we were to use an EPPFactory class to have multiple EPP versions living in the same RTK Index: DomainExample.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/example/DomainExample.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** DomainExample.java 15 Mar 2002 16:40:11 -0000 1.13 --- DomainExample.java 13 Mar 2003 15:25:38 -0000 1.14 *************** *** 62,66 **** /** ! * Main of the example. Performs Domain check, info, create, update, renew, transfer and delete. **/ public static void main(String args[]) --- 62,66 ---- /** ! * Main of the example. Performs Domain check, info, create, update, renew, transfer (query) and delete. **/ [...1164 lines suppressed...] { ! System.err.println("epp_XMLException! ["+xcp.m_error_message+"]"); } catch ( epp_Exception xcp ) { System.err.println("epp_Exception!"); ! epp_Result[] results = xcp.m_details; System.err.println("\tresult: ["+results[0]+"]"); } --- 915,924 ---- catch ( epp_XMLException xcp ) { ! System.err.println("epp_XMLException! ["+xcp.getErrorMessage()+"]"); } catch ( epp_Exception xcp ) { System.err.println("epp_Exception!"); ! epp_Result[] results = xcp.getDetails(); System.err.println("\tresult: ["+results[0]+"]"); } |
From: Daniel M. <tub...@us...> - 2002-10-02 17:35:01
|
Update of /cvsroot/epp-rtk/epp-rtk/java/doc In directory usw-pr-cvs1:/tmp/cvs-serv2807/doc Modified Files: Tag: epp-0503 epp-rtk-user-guide.html Log Message: updating version number 0.5.1 and added release notes Index: epp-rtk-user-guide.html =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/doc/epp-rtk-user-guide.html,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** epp-rtk-user-guide.html 20 Mar 2002 05:47:36 -0000 1.9 --- epp-rtk-user-guide.html 2 Oct 2002 17:34:58 -0000 1.9.2.1 *************** *** 82,85 **** --- 82,91 ---- </TD> </TR> + <TR valign=top> + <TD>Oct 2, 2002</TD> + <TD>Dan Manley</TD> + <TD>Updates for Rel 0.5.1: update of version number + </TD> + </TR> </TABLE> |
From: Daniel M. <tub...@us...> - 2002-10-02 17:35:01
|
Update of /cvsroot/epp-rtk/epp-rtk/java In directory usw-pr-cvs1:/tmp/cvs-serv2807 Modified Files: Tag: epp-0503 VERSION.TXT Log Message: updating version number 0.5.1 and added release notes Index: VERSION.TXT =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/VERSION.TXT,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -C2 -d -r1.19 -r1.19.2.1 *** VERSION.TXT 20 Mar 2002 17:00:38 -0000 1.19 --- VERSION.TXT 2 Oct 2002 17:34:57 -0000 1.19.2.1 *************** *** 7,10 **** --- 7,15 ---- ====================== + epp-rtk-java-0.5.1 - October 2, 2002 + + + Bug fix to transfer status hashtable + keys in EPPXMLBase + epp-rtk-java-0.5.0 - March 20, 2002 |
From: Daniel M. <tub...@us...> - 2002-10-02 15:58:03
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml In directory usw-pr-cvs1:/tmp/cvs-serv30336 Modified Files: Tag: epp-0503 EPPXMLBase.java Log Message: missing caps for transer states like "serverApproved" Index: EPPXMLBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/EPPXMLBase.java,v retrieving revision 1.27 retrieving revision 1.27.2.1 diff -C2 -d -r1.27 -r1.27.2.1 *** EPPXMLBase.java 15 Mar 2002 15:49:52 -0000 1.27 --- EPPXMLBase.java 2 Oct 2002 15:57:59 -0000 1.27.2.1 *************** *** 128,137 **** { transfer_status_to_type_hash_ = new Hashtable(); ! transfer_status_to_type_hash_.put("clientapproved", epp_TransferStatusType.CLIENT_APPROVED); ! transfer_status_to_type_hash_.put("clientcancelled", epp_TransferStatusType.CLIENT_CANCELLED); ! transfer_status_to_type_hash_.put("clientrejected", epp_TransferStatusType.CLIENT_REJECTED); transfer_status_to_type_hash_.put("pending", epp_TransferStatusType.PENDING); ! transfer_status_to_type_hash_.put("serverapproved", epp_TransferStatusType.SERVER_APPROVED); ! transfer_status_to_type_hash_.put("servercancelled", epp_TransferStatusType.SERVER_CANCELLED); } } --- 128,137 ---- { transfer_status_to_type_hash_ = new Hashtable(); ! transfer_status_to_type_hash_.put("clientApproved", epp_TransferStatusType.CLIENT_APPROVED); ! transfer_status_to_type_hash_.put("clientCancelled", epp_TransferStatusType.CLIENT_CANCELLED); ! transfer_status_to_type_hash_.put("clientRejected", epp_TransferStatusType.CLIENT_REJECTED); transfer_status_to_type_hash_.put("pending", epp_TransferStatusType.PENDING); ! transfer_status_to_type_hash_.put("serverApproved", epp_TransferStatusType.SERVER_APPROVED); ! transfer_status_to_type_hash_.put("serverCancelled", epp_TransferStatusType.SERVER_CANCELLED); } } |
From: Daniel M. <tub...@us...> - 2002-08-25 22:59:31
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml In directory usw-pr-cvs1:/tmp/cvs-serv16578 Modified Files: EPPContactCreate.java EPPContactInfo.java EPPContactUpdate.java Log Message: Contact classes now using the postalInfo XML tag and not the old ascii/i15d tags for addresses. Still populating the m_ascii_address and m_i15d_address data members for backward compatability Index: EPPContactCreate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/EPPContactCreate.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EPPContactCreate.java 14 Aug 2002 20:03:50 -0000 1.10 --- EPPContactCreate.java 25 Aug 2002 22:59:25 -0000 1.11 *************** *** 135,150 **** addXMLElement(doc, contact_create, "contact:id", action_request_.m_id); ! Element ascii_address = addressToXML(doc, "contact:ascii", action_request_.m_ascii_address); ! if ( ascii_address != null ) { ! contact_create.appendChild(ascii_address); ! } ! Element i15d_address = addressToXML(doc, "contact:i15d", action_request_.m_i15d_address); ! if ( i15d_address != null ) { ! contact_create.appendChild(i15d_address); } ! if ( action_request_.m_voice != null ) { --- 135,168 ---- addXMLElement(doc, contact_create, "contact:id", action_request_.m_id); ! if ( action_request_.m_ascii_address != null ) { ! // XXX the usage of m_ascii_address and m_i15d_address ! // is deprecated, so this code exists for backward compatibility ! Element ascii_address = addressToXML(doc, "contact:ascii", action_request_.m_ascii_address); ! if ( ascii_address != null ) ! { ! contact_create.appendChild(ascii_address); ! } ! Element i15d_address = addressToXML(doc, "contact:i15d", action_request_.m_i15d_address); ! if ( i15d_address != null ) ! { ! contact_create.appendChild(i15d_address); ! } ! } ! else if ( action_request_.m_addresses != null && ! action_request_.m_addresses.length > 0 ) { ! List addresses = Arrays.asList(action_request_.m_addresses); ! for (Iterator it = addresses.iterator(); it.hasNext();) ! { ! Element address = addressToXML(doc, "contact:postalInfo", (epp_ContactNameAddress)it.next()); ! if ( address != null ) ! { ! contact_create.appendChild(address); ! } ! } } ! if ( action_request_.m_voice != null ) { *************** *** 188,192 **** String request_xml; ! try { request_xml = createXMLFromDoc(doc); --- 206,210 ---- String request_xml; ! try { request_xml = createXMLFromDoc(doc); Index: EPPContactInfo.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/EPPContactInfo.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EPPContactInfo.java 14 Aug 2002 20:03:50 -0000 1.10 --- EPPContactInfo.java 25 Aug 2002 22:59:25 -0000 1.11 *************** *** 216,221 **** if ( a_node.getNodeName().equals("contact:roid") ) { action_response_.m_roid = a_node.getFirstChild().getNodeValue(); } ! if ( a_node.getNodeName().equals("contact:ascii") ) { action_response_.m_ascii_address = addressFromXML(a_node); } ! if ( a_node.getNodeName().equals("contact:i15d") ) { action_response_.m_i15d_address = addressFromXML(a_node); } if ( a_node.getNodeName().equals("contact:voice") ) --- 216,246 ---- if ( a_node.getNodeName().equals("contact:roid") ) { action_response_.m_roid = a_node.getFirstChild().getNodeValue(); } ! if ( a_node.getNodeName().equals("contact:postalInfo") ) ! { ! epp_ContactNameAddress epp_address = addressFromXML(a_node); ! if ( action_response_.m_addresses == null ) ! { ! action_response_.m_addresses = new epp_ContactNameAddress[1]; ! action_response_.m_addresses[0] = epp_address; ! } ! else ! { ! // turn the fixed-size array into a list so we can easily add another element ! // to it, then convert it back to an array -- I love being lazy! ! List addresses = java.util.Arrays.asList(action_response_.m_addresses); ! addresses.add(epp_address); ! action_response_.m_addresses = (epp_ContactNameAddress[]) EPPXMLBase.convertListToArray((new epp_ContactNameAddress()).getClass(), addresses); ! } ! ! // XXX Backward compatibility for deprecated data members ! if ( action_response_.m_ascii_address == null ) ! { ! action_response_.m_ascii_address = epp_address; ! } ! else ! { ! action_response_.m_i15d_address = epp_address; ! } ! } if ( a_node.getNodeName().equals("contact:voice") ) Index: EPPContactUpdate.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/xml/EPPContactUpdate.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** EPPContactUpdate.java 14 Aug 2002 20:03:50 -0000 1.10 --- EPPContactUpdate.java 25 Aug 2002 22:59:25 -0000 1.11 *************** *** 241,254 **** change_element = doc.createElement(tag_name); ! Element ascii_address = addressToXML(doc, "contact:ascii", change.m_ascii_address); ! if ( ascii_address != null ) { ! change_element.appendChild(ascii_address); ! } ! Element i15d_address = addressToXML(doc, "contact:i15d", change.m_i15d_address); ! if ( i15d_address != null ) { ! change_element.appendChild(i15d_address); } --- 241,272 ---- change_element = doc.createElement(tag_name); ! if ( change.m_ascii_address != null ) { ! // XXX the usage of m_ascii_address and m_i15d_address ! // is deprecated, so this code exists for backward compatibility ! Element ascii_address = addressToXML(doc, "contact:ascii", change.m_ascii_address); ! if ( ascii_address != null ) ! { ! change_element.appendChild(ascii_address); ! } ! Element i15d_address = addressToXML(doc, "contact:i15d", change.m_i15d_address); ! if ( i15d_address != null ) ! { ! change_element.appendChild(i15d_address); ! } ! } ! else if ( change.m_addresses != null && ! change.m_addresses.length > 0 ) { ! List addresses = Arrays.asList(change.m_addresses); ! for (Iterator it = addresses.iterator(); it.hasNext();) ! { ! Element address = addressToXML(doc, "contact:postalInfo", (epp_ContactNameAddress)it.next()); ! if ( address != null ) ! { ! change_element.appendChild(address); ! } ! } } |
From: Daniel M. <tub...@us...> - 2002-08-25 21:54:39
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact In directory usw-pr-cvs1:/tmp/cvs-serv6378/src/org/openrtk/idl/epp/contact Modified Files: epp_ContactCreateReq.java epp_ContactInfoRsp.java epp_ContactUpdateChange.java Log Message: changes to Java IDL classes based on changes to IDLs Index: epp_ContactCreateReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactCreateReq.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** epp_ContactCreateReq.java 4 Dec 2001 22:31:46 -0000 1.9 --- epp_ContactCreateReq.java 25 Aug 2002 21:54:35 -0000 1.10 *************** *** 50,65 **** * The contact name and address to be associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * @see #setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getAsciiAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; /** * The contact name and address to be associated with the contact object. ! * Content of this element may be represented in unrestricted UTF-8. ! * @see #setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getI15dAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** * The telephone number of the contact. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) --- 50,81 ---- * The contact name and address to be associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * <i><b>Note:</b> Usage of this data member is deprecated in favour of the m_addresses ! * member (or better yet, its accessor methods). If this data member is not null, then ! * m_addresses will be ignored.</i> ! * @see #m_addresses ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; /** * The contact name and address to be associated with the contact object. ! * Content of this element may be represented in unrestricted UTF-8.<p> ! * <i><b>Note:</b> Usage of this data member is deprecated in favour of the m_addresses ! * member (or better yet, its accessor methods). The RTK code will only reference ! * this data member if m_ascii_address is not null.</i> ! * @see #m_addresses ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** + * The contact names and addresses to be associated with the contact object. + * EPP permits up to two addresses to be specified. The first must always + * be internationalized and be represented in a subset of UTF-8 limited to + * 7-bit US-ASCII. The optional second address may be represented in + * unrestricted UTF-8. + * @see #setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[]) + * @see #getAddresses() + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_addresses[] = null; + /** * The telephone number of the contact. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) *************** *** 103,106 **** --- 119,123 ---- * @param _m_email The e-mail address of the contact * @param _m_auth_info The authorization information to be associated with the contact object + * @deprecated */ public epp_ContactCreateReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_id, org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_ascii_address, org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_i15d_address, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) *************** *** 117,120 **** --- 134,159 ---- /** + * The constructor with initializing variables. + * @param _m_cmd The common and generic command element + * @param _m_id The identifier for the contact to be created + * @param _m_addresses The contact names and addresses to be associated with the contact object + * @param _m_voice The telephone number of the contact + * @param _m_fax The fax number of the contact + * @param _m_email The e-mail address of the contact + * @param _m_auth_info The authorization information to be associated with the contact object + * @see #m_addresses + */ + public epp_ContactCreateReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_id, org.openrtk.idl.epp.contact.epp_ContactNameAddress[] _m_addresses, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) + { + m_cmd = _m_cmd; + m_id = _m_id; + m_addresses = _m_addresses; + m_voice = _m_voice; + m_fax = _m_fax; + m_email = _m_email; + m_auth_info = _m_auth_info; + } // ctor + + /** * Accessor method for the common and generic command element * @param value The command element *************** *** 157,160 **** --- 196,200 ---- * @param value The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public void setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_ascii_address = value; } *************** *** 163,166 **** --- 203,207 ---- * @return The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getAsciiAddress() { return m_ascii_address; } *************** *** 170,173 **** --- 211,215 ---- * @param value The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public void setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_i15d_address = value; } *************** *** 176,183 **** --- 218,239 ---- * @return The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getI15dAddress() { return m_i15d_address; } /** + * Accessor method for the contact names and addresses to be associated with the contact object + * @param value The contact names and addresses + * @see #m_addresses + */ + public void setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[] value) { m_addresses = value; } + /** + * Accessor method for the contact names and addresses to be associated with the contact object + * @return The contact names and addresses + * @see #m_addresses + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress[] getAddresses() { return m_addresses; } + + /** * Accessor method for the telephone number of the contact * @param value The contact's telephone number *************** *** 243,247 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_id ["+m_id+"] m_ascii_address ["+m_ascii_address+"] m_i15d_address ["+m_i15d_address+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; } } // class epp_ContactCreateReq --- 299,308 ---- * @return The string representation of this object instance */ ! public String toString() { ! if ( m_ascii_address == null ) ! return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_id ["+m_id+"] m_ascii_address ["+m_ascii_address+"] m_i15d_address ["+m_i15d_address+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; ! else ! return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_id ["+m_id+"] m_addresses ["+(m_addresses != null ? java.util.Arrays.asList(m_addresses) : null)+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; ! } } // class epp_ContactCreateReq Index: epp_ContactInfoRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactInfoRsp.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_ContactInfoRsp.java 4 Dec 2001 22:31:46 -0000 1.8 --- epp_ContactInfoRsp.java 25 Aug 2002 21:54:35 -0000 1.9 *************** *** 57,62 **** * The contact name and address associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * @see #setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getAsciiAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; --- 57,63 ---- * The contact name and address associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * @see #setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[]) ! * @see #getAddresses() ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; *************** *** 64,72 **** * The contact name and address associated with the contact object. * Content of this element may be represented in unrestricted UTF-8. ! * @see #setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getI15dAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** * The contact's telephone number. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) --- 65,84 ---- * The contact name and address associated with the contact object. * Content of this element may be represented in unrestricted UTF-8. ! * @see #setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[]) ! * @see #getAddresses() ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** + * The contact names and addresses associated with the contact object. + * EPP permits up to two addresses to be specified. The first is always + * internationalized and represented in a subset of UTF-8 limited to + * 7-bit US-ASCII. The optional second address may be represented in + * unrestricted UTF-8. + * @see #setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[]) + * @see #getAddresses() + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_addresses[] = null; + /** * The contact's telephone number. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) *************** *** 160,163 **** --- 172,176 ---- * @param _m_transfer_date The most recent transfer date of the contact object * @param _m_auth_info The authorization information associated with the contact object + * @deprecated */ public epp_ContactInfoRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_id, String _m_roid, org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_ascii_address, org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_i15d_address, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.contact.epp_ContactStatus[] _m_status, String _m_client_id, String _m_created_by, String _m_created_date, String _m_updated_by, String _m_updated_date, String _m_transfer_date, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) *************** *** 182,185 **** --- 195,235 ---- /** + * The constructor with initializing variables. + * @param _m_rsp The common and generic response element + * @param _m_id The identifier for the contact object in the registry + * @param _m_roid The repository object identifier associated with the domain object + * @param _m_addresses The contact names and addresses associated with the contact object + * @param _m_voice The contact's telephone number + * @param _m_fax The contact's fax number + * @param _m_email The contact's e-mail address + * @param _m_status The array of status associated with the contact object + * @param _m_client_id The identifier of the sponsoring client + * @param _m_created_by The identifier of the client that created the contact object + * @param _m_created_date The creation date of the contact object + * @param _m_updated_by The identifier of the client that last updated the contact object + * @param _m_updated_date The most recent modification date of the contact object + * @param _m_transfer_date The most recent transfer date of the contact object + * @param _m_auth_info The authorization information associated with the contact object + */ + public epp_ContactInfoRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_id, String _m_roid, org.openrtk.idl.epp.contact.epp_ContactNameAddress[] _m_addresses, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.contact.epp_ContactStatus[] _m_status, String _m_client_id, String _m_created_by, String _m_created_date, String _m_updated_by, String _m_updated_date, String _m_transfer_date, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) + { + m_rsp = _m_rsp; + m_id = _m_id; + m_roid = _m_roid; + m_addresses = _m_addresses; + m_voice = _m_voice; + m_fax = _m_fax; + m_email = _m_email; + m_status = _m_status; + m_client_id = _m_client_id; + m_created_by = _m_created_by; + m_created_date = _m_created_date; + m_updated_by = _m_updated_by; + m_updated_date = _m_updated_date; + m_transfer_date = _m_transfer_date; + m_auth_info = _m_auth_info; + } // ctor + + /** * Accessor method for the common and generic response element. * @param value The new value for the response element *************** *** 224,227 **** --- 274,278 ---- * @param value The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public void setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_ascii_address = value; } *************** *** 230,233 **** --- 281,285 ---- * @return The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getAsciiAddress() { return m_ascii_address; } *************** *** 237,240 **** --- 289,293 ---- * @param value The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public void setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_i15d_address = value; } *************** *** 243,250 **** --- 296,319 ---- * @return The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getI15dAddress() { return m_i15d_address; } /** + * Accessor method for the contact names and addresses associated with the contact object + * @param value The contact names and addresses + * @see #m_addresses + * @deprecated + */ + public void setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[] value) { m_addresses = value; } + /** + * Accessor method for the contact names and addresses associated with the contact object + * @return The contact names and addresses + * @see #m_addresses + * @deprecated + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress[] getAddresses() { return m_addresses; } + + /** * Accessor method for contact's telephone number * @param value The contact's telephone number *************** *** 401,405 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_id ["+m_id+"] m_roid ["+m_roid+"] m_ascii_address ["+m_ascii_address+"] m_i15d_address ["+m_i15d_address+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_status ["+(m_status != null ? java.util.Arrays.asList(m_status) : null)+"] m_client_id ["+m_client_id+"] m_created_by ["+m_created_by+"] m_created_date ["+m_created_date+"] m_updated_by ["+m_updated_by+"] m_updated_date ["+m_updated_date+"] m_transfer_date ["+m_transfer_date+"] m_auth_info ["+m_auth_info+"] }"; } } // class epp_ContactInfoRsp --- 470,474 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_id ["+m_id+"] m_roid ["+m_roid+"] m_addresses ["+(m_addresses != null ? java.util.Arrays.asList(m_addresses) : null)+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_status ["+(m_status != null ? java.util.Arrays.asList(m_status) : null)+"] m_client_id ["+m_client_id+"] m_created_by ["+m_created_by+"] m_created_date ["+m_created_date+"] m_updated_by ["+m_updated_by+"] m_updated_date ["+m_updated_date+"] m_transfer_date ["+m_transfer_date+"] m_auth_info ["+m_auth_info+"] }"; } } // class epp_ContactInfoRsp Index: epp_ContactUpdateChange.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactUpdateChange.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** epp_ContactUpdateChange.java 18 Dec 2001 16:04:05 -0000 1.8 --- epp_ContactUpdateChange.java 25 Aug 2002 21:54:35 -0000 1.9 *************** *** 37,52 **** * The contact name and address to be associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * @see #setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getAsciiAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; /** * The contact name and address to be associated with the contact object. ! * Content of this element may be represented in unrestricted UTF-8. ! * @see #setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress) ! * @see #getI15dAddress() */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** * The contact's telephone number. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) --- 37,68 ---- * The contact name and address to be associated with the contact object. * Content of this element must be represented in a subset of UTF-8. ! * <i><b>Note:</b> Usage of this data member is deprecated in favour of the m_addresses ! * member (or better yet, its accessor methods). If this data member is not null, then ! * m_addresses will be ignored.</i> ! * @see #m_addresses ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_ascii_address = null; /** * The contact name and address to be associated with the contact object. ! * Content of this element may be represented in unrestricted UTF-8.<p> ! * <i><b>Note:</b> Usage of this data member is deprecated in favour of the m_addresses ! * member (or better yet, its accessor methods). The RTK code will only reference ! * this data member if m_ascii_address is not null.</i> ! * @see #m_addresses ! * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_i15d_address = null; /** + * The contact names and addresses to be associated with the contact object. + * EPP permits up to two addresses to be specified. The first must always + * be internationalized and be represented in a subset of UTF-8 limited to + * 7-bit US-ASCII. The optional second address may be represented in + * unrestricted UTF-8. + * @see #setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[]) + * @see #getAddresses() + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress m_addresses[] = null; + /** * The contact's telephone number. * @see #setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone) *************** *** 88,91 **** --- 104,108 ---- * @param _m_email The contact's e-mail address * @param _m_auth_info The authorization information to be associated with the contact object + * @deprecated */ public epp_ContactUpdateChange (org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_ascii_address, org.openrtk.idl.epp.contact.epp_ContactNameAddress _m_i15d_address, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) *************** *** 99,106 **** --- 116,141 ---- } // ctor + /** + * The constructor with initializing variables. + * @param _m_addresses The contact names and addresses to be associated with the contact object + * @param _m_voice The contact's telephone number + * @param _m_fax The contact's fax number + * @param _m_email The contact's e-mail address + * @param _m_auth_info The authorization information to be associated with the contact object + */ + public epp_ContactUpdateChange (org.openrtk.idl.epp.contact.epp_ContactNameAddress[] _m_addresses, org.openrtk.idl.epp.contact.epp_ContactPhone _m_voice, org.openrtk.idl.epp.contact.epp_ContactPhone _m_fax, String _m_email, org.openrtk.idl.epp.epp_AuthInfo _m_auth_info) + { + m_addresses = _m_addresses; + m_voice = _m_voice; + m_fax = _m_fax; + m_email = _m_email; + m_auth_info = _m_auth_info; + } // ctor + /** * Accessor method for the ascii contact name and address to be associated with the contact object * @param value The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public void setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_ascii_address = value; } *************** *** 109,112 **** --- 144,148 ---- * @return The contact ascii name and address * @see #m_ascii_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getAsciiAddress() { return m_ascii_address; } *************** *** 116,119 **** --- 152,156 ---- * @param value The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public void setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress value) { m_i15d_address = value; } *************** *** 122,129 **** --- 159,180 ---- * @return The contact i15d name and address * @see #m_i15d_address + * @deprecated */ public org.openrtk.idl.epp.contact.epp_ContactNameAddress getI15dAddress() { return m_i15d_address; } /** + * Accessor method for the contact names and addresses to be associated with the contact object + * @param value The contact names and addresses + * @see #m_addresses + */ + public void setAddresses(org.openrtk.idl.epp.contact.epp_ContactNameAddress[] value) { m_addresses = value; } + /** + * Accessor method for the contact names and addresses to be associated with the contact object + * @return The contact names and addresses + * @see #m_addresses + */ + public org.openrtk.idl.epp.contact.epp_ContactNameAddress[] getAddresses() { return m_addresses; } + + /** * Accessor method for the contact's telephone number * @param value The contact's telephone number *************** *** 189,193 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_ascii_address ["+m_ascii_address+"] m_i15d_address ["+m_i15d_address+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; } } // class epp_ContactUpdateChange --- 240,249 ---- * @return The string representation of this object instance */ ! public String toString() { ! if ( m_ascii_address == null ) ! return this.getClass().getName() + ": { m_ascii_address ["+m_ascii_address+"] m_i15d_address ["+m_i15d_address+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; ! else ! return this.getClass().getName() + ": { m_addresses ["+(m_addresses != null ? java.util.Arrays.asList(m_addresses) : null)+"] m_voice ["+m_voice+"] m_fax ["+m_fax+"] m_email ["+m_email+"] m_auth_info ["+m_auth_info+"] }"; ! } } // class epp_ContactUpdateChange |
From: Janusz S. <jan...@us...> - 2002-08-14 20:19:00
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport In directory usw-pr-cvs1:/tmp/cvs-serv1117 Modified Files: EPPTransportTCP.java EPPTransportTCPTLS.java Log Message: epp06/tcp04 related changes Index: EPPTransportTCP.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportTCP.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EPPTransportTCP.java 14 Mar 2002 23:59:58 -0000 1.5 --- EPPTransportTCP.java 14 Aug 2002 20:18:57 -0000 1.6 *************** *** 48,57 **** * Begotten from the socket. */ ! protected BufferedReader reader_from_server_; /** * Output stream to the server. * Begotten from the socket. */ ! protected PrintWriter writer_to_server_; /** * Flag to indicate if the transports socket has been --- 48,57 ---- * Begotten from the socket. */ ! protected BufferedInputStream reader_from_server_; /** * Output stream to the server. * Begotten from the socket. */ ! protected BufferedOutputStream writer_to_server_; /** * Flag to indicate if the transports socket has been *************** *** 60,63 **** --- 60,65 ---- protected boolean preset_ = false; + protected final static int INT_SZ = 4; + /** * Default Construtor *************** *** 117,155 **** socket_to_server_ = new Socket(epp_host_name_, epp_host_port_); } ! ! socket_to_server_.setSoTimeout(epp_timeout_); ! ! reader_from_server_ = new BufferedReader(new InputStreamReader(socket_to_server_.getInputStream())); ! writer_to_server_ = new PrintWriter(new OutputStreamWriter(socket_to_server_.getOutputStream()),true); ! debug(DEBUG_LEVEL_TWO,method_name,"Connected to ["+socket_to_server_.getInetAddress()+":"+socket_to_server_.getPort()+"]"); debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); - - return; - } ! /* ! * Reads a single character from a server via a BufferedReader. Since SocketExceptions ! * still get thrown east and west when the server disconnects even before you reach the ! * end of the buffer, we ignore the exception so that the caller of read() will be ! * able to read until the last character, and will be informed of the disconnect by ! * reading the -1 (EOF) marker instead of an exception while there is still data to ! * be read ! */ ! private int read() ! { ! String method_name = "read()"; ! int ch = -1; ! boolean ok = false; ! while (!ok) { ! try { ! ch = reader_from_server_.read(); ! ok = true; ! } catch (IOException xcp) { ! debug(DEBUG_LEVEL_ONE,method_name,xcp); ! } ! } ! return ch; } --- 119,133 ---- socket_to_server_ = new Socket(epp_host_name_, epp_host_port_); } ! ! socket_to_server_.setSoTimeout(epp_timeout_); ! reader_from_server_ = new BufferedInputStream(socket_to_server_.getInputStream()); ! writer_to_server_ = new BufferedOutputStream(socket_to_server_.getOutputStream()); ! ! debug(DEBUG_LEVEL_TWO,method_name,"Connected to ["+socket_to_server_.getInetAddress()+":"+socket_to_server_.getPort()+"]"); debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); ! return; } *************** *** 168,227 **** debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! StringBuffer buf = new StringBuffer(); ! try { ! int ch; ! ! while((ch = read()) != -1) ! { ! buf.append((char)ch); ! if (ch == '<') { ! ch = read(); ! if (ch == -1) break; ! buf.append((char)ch); ! if (ch == '/') { ! ch = read(); ! if (ch == -1) break; ! buf.append((char)ch); ! if (ch == 'e') { ! ch = read(); ! if (ch == -1) break; ! buf.append((char)ch); ! if (ch == 'p') { ! ch = read(); ! if (ch == -1) break; ! buf.append((char)ch); ! if (ch == 'p') { ! ch = read(); ! if (ch == -1) break; ! buf.append((char)ch); ! if (ch == '>') break; ! } ! } ! } ! } ! } ! } ! ! if (ch == -1) ! { ! debug(DEBUG_LEVEL_TWO,method_name,"Connection closed by server."); ! ! disconnect(); ! ! epp_Result[] result = new epp_Result[1]; ! result[0] = new epp_Result(); ! result[0].m_code = epp_Session.RTK_UNEXPECTED_SERVER_DISCONNECT; ! result[0].m_msg = "Unexpected server disconnect"; ! throw new epp_Exception( result ); ! } ! } ! catch (IOException xcp) { debug(DEBUG_LEVEL_ONE,method_name,xcp); ! debug(DEBUG_LEVEL_THREE,method_name, "Read: ["+buf.toString()+"] so far"); epp_Result[] result = new epp_Result[1]; result[0] = new epp_Result(); --- 146,182 ---- debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! int len = 0; try { + len = readBufferSize(reader_from_server_); + } + catch (Exception xcp) + { + debug(DEBUG_LEVEL_ONE,method_name,xcp); + debug(DEBUG_LEVEL_THREE,method_name, "Read: ["+len+"] so far"); + epp_Result[] result = new epp_Result[1]; + result[0] = new epp_Result(); + result[0].m_code = epp_Session.RTK_COMMUNICATIONS_FAILURE; + result[0].m_msg = "Failed to read from server ["+xcp.getClass().toString()+"] ["+xcp.getMessage()+"]"; + throw new epp_Exception( result ); + + } + if (len <= 0) + { + debug(DEBUG_LEVEL_THREE,method_name,"Invalid length of EPP XML instance." + len); + return null; + } + len -= INT_SZ; ! byte[] in_buf = null; ! try ! { ! in_buf = readInputBuffer(reader_from_server_,len); } ! catch (Exception xcp) { debug(DEBUG_LEVEL_ONE,method_name,xcp); ! String s = new String(in_buf); ! debug(DEBUG_LEVEL_THREE,method_name, "Read: ["+s+"] so far"); epp_Result[] result = new epp_Result[1]; result[0] = new epp_Result(); *************** *** 231,238 **** } ! debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); ! return buf.toString(); } --- 186,216 ---- } + if (in_buf == null) + { + debug(DEBUG_LEVEL_ONE,method_name,"Failed reading EPP XML instance (in_buf == null)."); + } ! String value = new String(in_buf); ! if (value == null) ! { ! try { disconnect(); } catch (IOException xcp) ! { ! debug(DEBUG_LEVEL_ONE,method_name,xcp); ! epp_Result[] result = new epp_Result[1]; ! result[0] = new epp_Result(); ! result[0].m_code = epp_Session.RTK_COMMUNICATIONS_FAILURE; ! result[0].m_msg = "Failed to read from server ["+xcp.getClass().toString()+"] ["+xcp.getMessage()+"]"; ! throw new epp_Exception( result ); ! } ! ! epp_Result[] result = new epp_Result[1]; ! result[0] = new epp_Result(); ! result[0].m_code = epp_Session.RTK_UNEXPECTED_SERVER_DISCONNECT; ! result[0].m_msg = "Unexpected server disconnect"; ! throw new epp_Exception( result ); ! } ! ! return value; } *************** *** 269,278 **** String final_xml = buf.toString(); - writer_to_server_.print(final_xml); - writer_to_server_.print(CRLF); - writer_to_server_.flush(); } ! catch (IOException xcp) { debug(DEBUG_LEVEL_ONE,method_name,xcp); --- 247,257 ---- String final_xml = buf.toString(); + int len = final_xml.length(); + writeBufferSize(writer_to_server_, len + INT_SZ); + writer_to_server_.write(final_xml.getBytes(), 0, len); + writer_to_server_.flush(); } ! catch (Exception xcp) { debug(DEBUG_LEVEL_ONE,method_name,xcp); *************** *** 317,320 **** debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); } ! ! } --- 296,396 ---- debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); } ! ! /** ! * Reads 4 bytes and converts them into an integer ! * @return length of the XML instance and header ! * @throws Exception if there was a Socket problem or less than 4 bytes read ! */ ! protected int readBufferSize (BufferedInputStream in) throws Exception ! { ! String method_name = "readBufferSize()"; ! debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! ! int inbuf_sz = 0; ! byte[] in_buf = new byte[INT_SZ]; ! ! int len = 0; ! int bytesRead = 0; ! while (bytesRead < INT_SZ) ! { ! try ! { ! len = in.read(in_buf,bytesRead,INT_SZ - bytesRead); ! } ! catch(IOException xcp) ! { ! if (xcp instanceof InterruptedIOException) ! throw xcp; ! debug(DEBUG_LEVEL_ONE,method_name,xcp); ! return -1; ! } ! if (len < 0) ! { ! debug(DEBUG_LEVEL_ONE,method_name,"EOF reading buffer size."); ! return -1; ! } ! bytesRead += len; ! } ! ! debug(DEBUG_LEVEL_THREE,method_name,"Leaving"); ! ! return (((in_buf[0] & 0xff) << 24) | ((in_buf[1] & 0xff) << 16) | ! ((in_buf[2] & 0xff) << 8) | (in_buf[3] & 0xff)); ! ! } ! ! /** ! * Reads inbuf_sz number of bytes from the socket ! * @return bytes read ! * @throws Exception if there was a Socket problem ! */ ! protected byte[] readInputBuffer (BufferedInputStream in, int inbuf_sz) throws Exception ! { ! String method_name = "readInputBuffer()"; ! debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! ! byte[] in_buf = new byte[inbuf_sz]; ! ! int len = 0; ! int bytesRead = 0; ! while (bytesRead < inbuf_sz) ! { ! try ! { ! len = in.read(in_buf,bytesRead,inbuf_sz - bytesRead); ! } ! catch(IOException xcp) ! { ! if (xcp instanceof InterruptedIOException) ! throw xcp; ! debug(DEBUG_LEVEL_ONE,method_name,xcp); ! return null; ! } ! if (len < 0) ! { ! debug(DEBUG_LEVEL_ONE,method_name,"EOF reading buffer."); ! return null; ! } ! bytesRead += len; ! } ! return in_buf; ! } ! ! /** ! * Converts integer value into 4 bytes and writes the bytes into a socket ! * @throws IOException if there was a Socket problem ! */ ! protected void writeBufferSize(BufferedOutputStream out, int buf_sz) throws IOException ! { ! String method_name = "writeBufferSize()"; ! debug(DEBUG_LEVEL_THREE,method_name,"Entered"); ! ! byte[] out_buf = new byte[INT_SZ]; ! out_buf[0] = (byte)(0xff & (buf_sz >> 24)); ! out_buf[1] = (byte)(0xff & (buf_sz >> 16)); ! out_buf[2] = (byte)(0xff & (buf_sz >> 8)); ! out_buf[3] = (byte)(0xff & buf_sz); ! ! out.write(out_buf,0,INT_SZ); ! } ! } Index: EPPTransportTCPTLS.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/transport/EPPTransportTCPTLS.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EPPTransportTCPTLS.java 4 Oct 2001 06:52:51 -0000 1.3 --- EPPTransportTCPTLS.java 14 Aug 2002 20:18:57 -0000 1.4 *************** *** 173,178 **** socket_to_server_.setSoTimeout(epp_timeout_); ! reader_from_server_ = new BufferedReader(new InputStreamReader(socket_to_server_.getInputStream())); ! writer_to_server_ = new PrintWriter(new OutputStreamWriter(socket_to_server_.getOutputStream()),true); debug(DEBUG_LEVEL_TWO,method_name,"Connected to ["+socket_to_server_.getInetAddress()+":"+socket_to_server_.getPort()+"]"); --- 173,178 ---- socket_to_server_.setSoTimeout(epp_timeout_); ! reader_from_server_ = new BufferedInputStream(socket_to_server_.getInputStream()); ! writer_to_server_ = new BufferedOutputStream(socket_to_server_.getOutputStream()); debug(DEBUG_LEVEL_TWO,method_name,"Connected to ["+socket_to_server_.getInetAddress()+":"+socket_to_server_.getPort()+"]"); |