- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DomainRegistrantTransferCommandType, StandardCommandType
public interface CommandType
extends java.io.Serializable
Each EPP command is identified by an instance of CommandType. A CommandType
has a command name, which is the name of the corresponding EPP command, and
a response name, which is the name of the specific EPP response appropriate
to this command type, if any.