public class DomainInfoApplicationCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Info command, representing the Application Info aspect of the Domain Name Application extension.
Use this to mark the ID of a domain name application to retrieve info for as part of an EPP Domain Info command compliant with RFC5730 and RFC5731. The response expected from a server should be handled by a Domain Info Response with the Domain Info Application Response extension.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainInfoApplicationCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setApplicationId(java.lang.String applicationId) |
public DomainInfoApplicationCommandExtension()
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setApplicationId(java.lang.String applicationId)