Class EPPChange

java.lang.Object
com.verisign.epp.interfaces.EPPChange

public class EPPChange extends Object
EPPChange is the primary client interface class used for Change management. An instance of EPPChange is created with an initialized EPPSession, and can be used for more than one request within a single thread. A setter method is provided to set the extensions before a call to one of the send action methods. The responses returned from the send action methods are either instances of EPPResponse or instances of response classes in the com.verisign.epp.codec.change package.

See Also: