EPP 0.4.9

Package com.neulevel.epp.core.response

This package implements various responses and related components for the EPP Protocol.

See:
          Description

Class Summary
EppResponse This EppResponse class implements EPP Response entity.
EppResponseData This EppResponseData class implements EPP Response Data entity.
EppResponseDataCheck This EppResponseDataCheck class implements EPP Response Data entity for EPP Command Check.
EppResponseDataCheckContact This EppResponseDataCheckContact class implements EPP Response Data entity for EPP Command Check of EPP Contact objects.
EppResponseDataCheckDomain This EppResponseDataCheckDomain class implements EPP Response Data entity for EPP Command Check of EPP Domain objects.
EppResponseDataCheckHost This EppResponseDataCheckHost class implements EPP Response Data entity for EPP Command Check of EPP Host objects.
EppResponseDataCheckSvcsub This EppResponseDataCheckSvcsub class implements EPP Response Data entity for EPP Command Check of EPP Svcsub objects.
EppResponseDataCreate This EppResponseDataCreate class implements EPP Response Data entity for EPP Command Create.
EppResponseDataCreateContact This EppResponseDataCreateContact class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.
EppResponseDataCreateDomain This EppResponseDataCreateDomain class implements EPP Response Data entity for EPP Command Create of EPP Domain objects.
EppResponseDataCreateHost This EppResponseDataCreateHost class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.
EppResponseDataCreateSvcsub This EppResponseDataCreateSvcsub class implements EPP Response Data entity for EPP Command Create of EPP Svcsub objects.
EppResponseDataInfo This EppResponseDataInfo class implements EPP Response Data entity for EPP Command Info.
EppResponseDataPending This EppResponseDataPending class implements EPP Response Data entity for EPP Pending Actions on EPP objects.
EppResponseDataPendingContact This EppResponseDataPendingContact class implements EPP Response Data entity for EPP Pending Actions of EPP Contact objects.
EppResponseDataPendingDomain This EppResponseDataPendingDomain class implements EPP Response Data entity for EPP Pending Actions of EPP Domain objects.
EppResponseDataPendingHost This EppResponseDataPendingHost class implements EPP Response Data entity for EPP Pending Actions of EPP Host objects.
EppResponseDataPendingSvcsub This EppResponseDataPendingSvcsub class implements EPP Response Data entity for EPP Pending Actions of EPP Svcsub objects.
EppResponseDataPoll This EppResponseDataPoll class implements EPP Response Data entity for EPP Command Poll.
EppResponseDataRenew This EppResponseDataRenew class implements EPP Response Data entity for EPP Command Renew on EPP objects.
EppResponseDataRenewDomain This EppResponseDataRenewDomain class implements EPP Response Data entity for EPP Command Renew of EPP Domain objects.
EppResponseDataRenewSvcsub This EppResponseDataRenewSvcsub class implements EPP Response Data entity for EPP Command Renew of EPP Svcsub objects.
EppResponseDataTransfer This EppResponseDataTransfer class implements EPP Response Data entity for EPP Command Transfer.
EppResponseDataTransferContact This EppResponseDataTransferContact class implements EPP Response Data entity for EPP Command Transfer of EPP Contact objects.
EppResponseDataTransferDomain This EppResponseDataTransferDomain class implements EPP Response Data entity for EPP Command Transfer of EPP Domain objects.
EppResponseDataTransferSvcsub This EppResponseDataTransferSvcsub class implements EPP Response Data entity for EPP Command Transfer of EPP Svcsub objects.
EppResult This EppResult class implements EPP Result entity.
EppResultMessage This EppResultMessage class implements EPP Result Message entity.
EppValueReason This EppValueReason class implements EPP value/reason for error diagnostic information.
 

Package com.neulevel.epp.core.response Description

This package implements various responses and related components for the EPP Protocol. These responses are used for the registry server to notify a registrar client about the results of operations performed by the client on various objects in the registry server.

Summary of API Changes Since EPP-04
EppResponse Access methods for getting/setting the identifier of a message retrieved via an EPP poll command, for replacing the methods defined in class EppResultMessage for EPP-04. Access methods have been added for adding/getting EPP extensions: Currently, EppUnspec is the only fully supported EPP extension.
EppResponseData No change.
EppResponseDataCheck Access methods have been added for getting check result and reason information: Access methods have been added for adding check result and reason information: Access methods have been added for checking the availability and the reason of an object for provisioning:
EppResponseDataCheckContact No change.
EppResponseDataCheckDomain No change.
EppResponseDataCheckHost No change.
EppResponseDataCheckSvcsub Access methods have been added for specifying an optional service identifier:
EppResponseDataCreate Access methods have been added for setting/getting object creation timestamp:
EppResponseDataCreateContact No change, except adding a new contructor with an object creation timestamp.
EppResponseDataCreateDomain No change, except adding a new contructor with an object creation timestamp.
EppResponseDataCreateHost No change, except adding a new contructor with an object creation timestamp.
EppResponseDataCreateSvcsub Access methods have been added for specifying an optional service identifier, in addition to a new contructor with an object creation timestamp:
EppResponseDataInfo No change.
EppResponseDataPending New class.
EppResponseDataPendingContact New class.
EppResponseDataPendingDomain New class.
EppResponseDataPendingHost New class.
EppResponseDataPendingSvcsub New class.
EppResponseDataPoll No change.
EppResponseDataRenew New class.
EppResponseDataRenewDomain New class, replacing EppResponseDataCreateDomain in EPP-04 in the response to a successful EPP Svcsub renew command.
EppResponseDataRenewSvcsub New class, replacing EppResponseDataCreateSvcsub in EPP-04 in the response to a successful EPP Svcsub renew command.
EppResponseDataTransfer No change.
EppResponseDataTransferContact No change.
EppResponseDataTransferDomain No change.
EppResponseDataTransferSvcsub Access methods have been added for specifying an optional service identifier:
EppResult Access methods for adding an EppValueReason object have been added:
EppResultMessage Access methods for getting/setting the identifer of a message are not functional, defined for backward compatibility, will be removed in the future:
EppValueReason New class.


EPP 0.4.9

Copyright © 2001-2006 NeuStar, Inc. All Rights Reserved.