Class RdeReporter


  • public class RdeReporter
    extends java.lang.Object
    Class that uploads a decrypted XML deposit report to ICANN's webserver.
    See Also:
    RdeReportAction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(byte[] reportBytes)
      Uploads reportBytes to ICANN.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • send

        public void send​(byte[] reportBytes)
                  throws XmlException
        Uploads reportBytes to ICANN.
        Throws:
        XmlException