Class Greeting

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.Greeting
All Implemented Interfaces:
EppOutput.ResponseOrGreeting, Cloneable

public class Greeting extends ImmutableObject implements EppOutput.ResponseOrGreeting
A greeting, defined in RFC5730.

It would be nice to make this a singleton, but we need the svDate field to stay current.

  • Constructor Details

    • Greeting

      public Greeting()
  • Method Details

    • create

      public static Greeting create(org.joda.time.DateTime svDate, String svID)