Package google.registry.rde
Class RdeReporter
- java.lang.Object
-
- google.registry.rde.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)
UploadsreportBytes
to ICANN.
-
-
-
Method Detail
-
send
public void send(byte[] reportBytes) throws XmlException
UploadsreportBytes
to ICANN.- Throws:
XmlException
-
-