Class EppResponse

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

public class EppResponse extends ImmutableObject implements EppOutput.ResponseOrGreeting
The EppResponse class represents an EPP response message.

From the RFC: "An EPP server responds to a client command by returning a response to the client. EPP commands are atomic, so a command will either succeed completely or fail completely. Success and failure results MUST NOT be mixed."

See Also: