Package com.verisign.epp.codec.change


package com.verisign.epp.codec.change
  • Classes
    Class
    Description
    Represents an EPP <change:check> command that is used to determine the existence of an EPP Change Request object.
    An EPPChangeCheckResp provides an answer to an EPPChangeCheckCmd and includes the following attributes:

    1 or more <change:cd> elements that represent EPPChangeCheckData.
    Represents an EPP <change:create> command that is used to create an EPP Change Request object.
    Represents an EPP <change:delete> command that is used to remove an EPP Change Request object.
    Represents an EPP <change:info> command that is used to retrieve an EPP Change Request object.
    An EPPChangeInfoResp provides an answer to an EPPChangeInfoCmd and includes the following attributes:

    A <change:requestID> element that contains the Request Id.
    EPPChangeMapFactory represents the EPPCommand and EPPResponseMap factory for the EPP Change Mapping with the XML Namespace URI "urn:ietf:params:xmlns:change".
    Is a unit test of the com.verisign.epp.codec.change package.
    Represents an EPP <change:update> command that is used to modify an existing EPP Change Request object.
    An EPPChangeUpdateResp provides an answer to an EPPChangeUpdateCmd and includes the following attributes:

    A <change:receipt> element that contains the Submission Receipt.