public class DomainUpdateLaunchCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Update command, representing the Registration aspects of the Domain Name Launch extension. The current implementation is to provide Domain Update functionality using the Launch extension.
Use this to identify the domain name application to update as part of an EPP Domain Update command compliant with RFC5730 and RFC5731. The response expected from a server should be handled by a generic Response object.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainUpdateLaunchCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setApplicationId(java.lang.String applicationId) |
void |
setPhaseName(java.lang.String phaseName) |
void |
setPhaseType(PhaseType phaseType) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPhaseName(java.lang.String phaseName)
public void setPhaseType(PhaseType phaseType)
public void setApplicationId(java.lang.String applicationId)