Package | Description |
---|---|
com.verisign.epp.codec.relateddomainext | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPRelatedDomainExtDomain> |
EPPRelatedDomainExtTransfer.getDomains()
Returns the list of Transfer related domain names represented by
EPPRelatedDomainExtName |
java.util.List<EPPRelatedDomainExtDomain> |
EPPRelatedDomainExtRenew.getDomains()
Returns the list of available related domain names represented by
EPPRelatedDomainExtDomain to renew. |
java.util.List<EPPRelatedDomainExtDomain> |
EPPRelatedDomainExtCreate.getDomains()
Returns the list of related domains to be created represented by
EPPRelatedDomainExtDomain |
Modifier and Type | Method and Description |
---|---|
void |
EPPRelatedDomainExtTransfer.addDomain(EPPRelatedDomainExtDomain aDomain)
Adds a related domain represented by
EPPRelatedDomainExtDomain to the list of related domains to transfer. |
void |
EPPRelatedDomainExtRenew.addDomain(EPPRelatedDomainExtDomain aDomain)
Adds a related domain represented by
EPPRelatedDomainExtDomain to the list of related domains to renew. |
void |
EPPRelatedDomainExtCreate.addDomain(EPPRelatedDomainExtDomain aDomain)
Adds a related domain represented by
EPPRelatedDomainExtDomain to the list of related domains. |
Modifier and Type | Method and Description |
---|---|
void |
EPPRelatedDomainExtTransfer.setDomains(java.util.List<EPPRelatedDomainExtDomain> aDomains)
Sets the list of transfer related domain names represented by
EPPRelatedDomainExtDomain |
void |
EPPRelatedDomainExtRenew.setDomains(java.util.List<EPPRelatedDomainExtDomain> aDomains)
Sets the list of available related domain names represented by
EPPRelatedDomainExtDomain to renew. |
void |
EPPRelatedDomainExtCreate.setDomains(java.util.List<EPPRelatedDomainExtDomain> aRelatedDomains)
Set the list of related domains to be created represented by
EPPRelatedDomainExtDomain |
Constructor and Description |
---|
EPPRelatedDomainExtCreate(java.util.List<EPPRelatedDomainExtDomain> aDomains)
Constructor with a list of domains to be created atomically.
|
EPPRelatedDomainExtRenew(java.util.List<EPPRelatedDomainExtDomain> aDomains)
Constructor with a list of domains to be renewed.
|
EPPRelatedDomainExtTransfer(java.util.List<EPPRelatedDomainExtDomain> aDomains)
Constructor with a list of domains to be transferred.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRelatedDomain.addRelatedDomain(EPPRelatedDomainExtDomain aRelatedDomain)
Add a related domain for a call to either
EPPRelatedDomain.sendRelatedCreate() ,
EPPRelatedDomain.sendRelatedRenew() , or EPPRelatedDomain.sendRelatedTransfer() . |
Copyright © VeriSign Inc. All Rights Reserved.