Class RZHost

java.lang.Object
com.verisign.epp.interfaces.EPPHost
com.verisign.epp.rootzone.interfaces.RZHost

public class RZHost extends EPPHost
Root Zone Host interface that extends that standard EPPHost by adding new Root Zone (RZ) operations.
  • Constructor Details

    • RZHost

      public RZHost(EPPSession aSession)
      Creates an NSHost with an established EPPSession.
      Parameters:
      aSession - Established session
  • Method Details

    • sendUpdate

      public EPPResponse sendUpdate(String aChangeRequestId) throws EPPCommandException
      Send a Root Zone (RZ) update with the required Change Request Identifier.
      Parameters:
      aChangeRequestId - Change Request Identifier associated with the update.
      Returns:
      EPP response
      Throws:
      EPPCommandException - On error