EPPAPI changelog. To download EPPAPI visit http://eppinterpreter.sf.net/. Version 0.1.7 (October 28, 2001) - Upgraded to EPP RTK 0.3.10 - Added setAuthInfo(epp_AuthInfo authInfo) method to EPPContact - Added more JavaDoc comments Version 0.1.6 (October 2, 2001) - Added printStackTraces flag to EPPSession - Added domainStatusToString method and deprecated statusToString in EPPUtilities - Added getDomainStatusMap method and deprecated getStatusMap in EPPUtilities - Added stringToDomainStatus, stringToHostStatus, stringToContactStatus, and stringToTransferStatus to EPPUtilities - Added isMutableDomainStatus(), isMutableHostStatus() and isMutableContactStatus to EPPUtilities. These methods are used to determine if a status change of the particular type can be issued by the registrar Version 0.1.5 (September 26, 2001) - Added null checks in EPPPrinter for status arrays and name server address arrays - Added NULL_WRITER constant to EPPSession which is a shared NullWriter Version 0.1.4 (September 9, 2001) - Added getEPPClient() method to EPPSession - Added poll() methods to EPPSession - Added pollAll() method to retrieve all server messages - Changed EPPUtilities date format names to match RTKBase date formats - EPPUtilities date formats are now references to RTKBase date formats - PrintWriter in EPPSession defaults to NullWriter Version 0.1.3 (September 5, 2001) - Added methods to the change classes which take the epp_xxx data type. This allows data returned from a previous EPP command to be used in these change objects (i.e. removing name servers which are obtained from a domain info command.) - Added addContact(String roid, int type) and removeContact(String roid, int type) methods to EPPContactChanges - Added setRegistrant(String roid, String authString) method to EPPDomainChanges Version 0.1.2 (September 4, 2001) - Added printing of hosts after a DomainInfo command - checkContact(String[] array) and checkNameServer(String[] arrary) deprecated - Added checkContacts(String[] array) and checkNameServers(String[] array) to replace checkContact(String[] array) and checkNameServer(String[] array) - Added JavaDoc documentation (not complete) Version 0.1.1 (August 31, 2001) - createDomain() methods now accept String arrays in addition to List objects for name server lists - Added JavaDoc documentation (not complete) Version 0.1 (August 30, 2001) - Initial release