Package | Description |
---|---|
com.verisign.epp.codec.balance | |
com.verisign.epp.codec.contact | |
com.verisign.epp.codec.defReg | |
com.verisign.epp.codec.domain | |
com.verisign.epp.codec.emailFwd | |
com.verisign.epp.codec.gen | |
com.verisign.epp.codec.host | |
com.verisign.epp.codec.idntable | |
com.verisign.epp.codec.nameWatch | |
com.verisign.epp.codec.nv | |
com.verisign.epp.codec.org | |
com.verisign.epp.codec.registry | |
com.verisign.epp.codec.registry.v01 | |
com.verisign.epp.codec.registry.v02 | |
com.verisign.epp.codec.validate.v02 | |
com.verisign.epp.serverstub |
Stub Server classes to support the server handler for
use of the Change Poll Extension.
|
Constructor and Description |
---|
EPPBalanceInfoResp(EPPTransId aTransId,
java.math.BigDecimal aCreditLimit,
java.math.BigDecimal aBalance,
java.math.BigDecimal aAvailableCredit,
EPPCreditThreshold aCreditThreshold)
EPPBalanceInfoResp that takes all of the required attributes. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPContactPendActionMsg.getPendingTransId()
Gets the pending transaction id.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPContactPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
Constructor and Description |
---|
EPPContactCheckResp(EPPTransId aTransId,
EPPContactCheckResult aResult)
EPPContactCheckResp constructor that will set the result of
an individual contact. |
EPPContactCheckResp(EPPTransId aTransId,
java.util.Vector someResults)
EPPContactCheckResp constructor that will set the result of
multiple contacts. |
EPPContactCreateResp(EPPTransId aTransId,
java.lang.String aId,
java.util.Date aCreationDate)
EPPContactCreateResp constructor that takes the contact id
as an argument. |
EPPContactInfoResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aId,
java.util.Vector newStatuses,
EPPContactPostalDefinition aPostalInfo,
java.lang.String aEmail,
java.lang.String aClientId,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
EPPAuthInfo aAuthInfo)
EPPContactInfoResp constructor that sets the required attributes with the parameters. |
EPPContactPendActionMsg(EPPTransId aTransId,
java.lang.String aId,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPContactPendActionMsg constructor that takes all of the
required attributes. |
EPPContactTransferResp(EPPTransId aTransId,
java.lang.String aId)
EPPContactTransferResp which takes the id of contact. |
EPPContactTransferResp(EPPTransId aTransId,
java.lang.String aId,
java.lang.String aStatus)
EPPContactTransferResp which takes the id of contact. |
Constructor and Description |
---|
EPPDefRegCheckResp(EPPTransId aTransId,
EPPDefRegCheckResult aResult)
EPPDefRegFwdCheckResp constructor that will set the result
of an individual defReg. |
EPPDefRegCheckResp(EPPTransId aTransId,
java.util.Vector someResults)
EPPDefRegFwdCheckResp constructor that will set the result
of multiple defRegs. |
EPPDefRegCreateResp(EPPTransId aTransId,
EPPDefRegName aName,
java.lang.String aRoid)
EPPDefRegCreateResp constructor that takes the required
attribute values as parameters. |
EPPDefRegCreateResp(EPPTransId aTransId,
EPPDefRegName aName,
java.lang.String aRoid,
java.util.Date aCreationDate)
EPPDefRegCreateResp constructor that takes the required
attribute values as parameters. |
EPPDefRegCreateResp(EPPTransId aTransId,
EPPDefRegName aName,
java.lang.String aRoid,
java.util.Date aCreationDate,
java.util.Date aExpirationDate)
EPPDefRegCreateResp constructor that takes the required
attribute values as parameters. |
EPPDefRegInfoResp(EPPTransId aTransId,
EPPDefRegName aName,
java.lang.String aRoid,
java.lang.String aClientId)
EPPDefRegInfoResp constuctor that takes the required
attribute values as parameters. |
EPPDefRegInfoResp(EPPTransId aTransId,
EPPDefRegName aName,
java.lang.String aRoid,
java.lang.String aRegistrant,
java.lang.String aTm,
java.lang.String aTmCountry,
java.util.Date aTmDate,
java.lang.String aAdminContact,
java.util.Vector aSomeStatuses,
java.lang.String aClientId,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
EPPAuthInfo aAuthInfo)
EPPDefRegInfoResp constuctor that takes the required
attribute and most used optional values as parameters. |
EPPDefRegRenewResp(EPPTransId aTransId,
java.lang.String aRoid)
EPPDefRegRenewResp constructor that takes the required
attribute values as parameters. |
EPPDefRegRenewResp(EPPTransId aTransId,
java.lang.String aRoid,
java.util.Date aExpirationDate)
EPPDefRegRenewResp constructor that takes the required
attribute values as parameters. |
EPPDefRegTransferResp(EPPTransId aTransId,
java.lang.String aRoid)
EPPDefRegTransferResp which takes the roid of defReg. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPDomainPendActionMsg.getPendingTransId()
Gets the pending transaction id.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPDomainPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
Constructor and Description |
---|
EPPDomainCheckResp(EPPTransId aTransId)
EPPDomainCheckResp constructor that sets the transaction
identifier. |
EPPDomainCheckResp(EPPTransId aTransId,
EPPDomainCheckResult aResult)
EPPDomainCheckResp constructor that will set the result of
an individual domain. |
EPPDomainCheckResp(EPPTransId aTransId,
java.util.Vector someResults)
EPPDomainCheckResp constructor that will set the result of
multiple domains. |
EPPDomainCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPDomainCreateResp constructor that takes the required
attribute values as parameters. |
EPPDomainCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreationDate)
EPPDomainCreateResp constructor that takes the required
attribute values as parameters. |
EPPDomainCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreationDate,
java.util.Date aExpirationDate)
EPPDomainCreateResp constructor that takes the required
attribute values as parameters. |
EPPDomainInfoResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aName,
java.lang.String aClientId,
java.util.Vector someStatuses,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
EPPAuthInfo aAuthInfo)
EPPDomainInfoResp constuctor that takes the required
attribute values as parameters. |
EPPDomainPendActionMsg(EPPTransId aTransId,
java.lang.String aName,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPDomainPendActionMsg constructor that takes all of the
required attributes. |
EPPDomainRenewResp(EPPTransId aTransId,
java.lang.String aName)
EPPDomainRenewResp constructor that takes the required
attribute values as parameters. |
EPPDomainRenewResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aExpirationDate)
EPPDomainRenewResp constructor that takes the required
attribute values as parameters. |
EPPDomainTransferResp(EPPTransId aTransId,
java.lang.String aName)
EPPDomainTransferResp which takes the name of domain. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPEmailFwdPendActionMsg.getPendingTransId()
Gets the pending transaction id.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPEmailFwdPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
Constructor and Description |
---|
EPPEmailFwdCheckResp(EPPTransId aTransId,
EPPEmailFwdCheckResult aResult)
EPPEmailFwdCheckResp constructor that will set the result
of an individual emailFwd. |
EPPEmailFwdCheckResp(EPPTransId aTransId,
java.util.Vector someResults)
EPPEmailFwdCheckResp constructor that will set the result
of multiple emailFwds. |
EPPEmailFwdCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPEmailFwdCreateResp constructor that takes the required
attribute values as parameters. |
EPPEmailFwdCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreationDate)
EPPEmailFwdCreateResp constructor that takes the required
attribute values as parameters. |
EPPEmailFwdCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreationDate,
java.util.Date aExpirationDate)
EPPEmailFwdCreateResp constructor that takes the required
attribute values as parameters. |
EPPEmailFwdInfoResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aName,
java.lang.String aClientId)
EPPEmailFwdInfoResp constuctor that takes the required attribute
values as paramters. |
EPPEmailFwdInfoResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aName,
java.lang.String aForwardTo,
java.lang.String aClientId,
java.util.Vector someStatuses,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
EPPAuthInfo aAuthInfo)
EPPEmailFwdInfoResp constuctor that takes the required and
the most common optional attribute values as paramters. |
EPPEmailFwdPendActionMsg(EPPTransId aTransId,
java.lang.String aName,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPEmailFwdPendActionMsg constructor that takes all of the
required attributes. |
EPPEmailFwdRenewResp(EPPTransId aTransId,
java.lang.String aName)
EPPEmailFwdRenewResp constructor that takes the required
attribute values as parameters. |
EPPEmailFwdRenewResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aExpirationDate)
EPPEmailFwdRenewResp constructor that takes the required
attribute values as parameters. |
EPPEmailFwdTransferResp(EPPTransId aTransId,
java.lang.String aName)
EPPEmailFwdTransferResp which takes the name of emailFwd. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPResponse.getTransId()
Gets the Transaction Id associated with the
EPPResponse . |
Modifier and Type | Method and Description |
---|---|
void |
EPPResponse.setTransId(EPPTransId aTransId)
Sets the Transaction Id associated with the
EPPResponse . |
Constructor and Description |
---|
EPPResponse(EPPTransId aTransId)
Allocates a new
EPPResponse setting the transaction id. |
EPPResponse(EPPTransId aTransId,
EPPResult aResult)
Allocates a new
EPPResponse setting the transaction id and an
individual result. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPHostPendActionMsg.getPendingTransId()
Gets the pending transaction id.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPHostPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
Constructor and Description |
---|
EPPHostCheckResp(EPPTransId aTransId,
EPPHostCheckResult aResult)
EPPHostCheckResp constructor that will set the result of an
individual host. |
EPPHostCheckResp(EPPTransId aTransId,
java.util.Vector someResults)
EPPHostCheckResp constructor that will set the result of
multiple hosts. |
EPPHostCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPHostCreateResp constructor that will set the result of
an individual host. |
EPPHostCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreationDate)
EPPHostCreateResp constructor that takes the required
attribute values as parameters. |
EPPHostInfoResp(EPPTransId aTransId,
java.lang.String aName,
java.lang.String aRoid,
EPPHostStatus aHostStatus,
java.lang.String aClientId,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate)
EPPHostInfoResp constuctor that takes the required
attribute values as parameters. |
EPPHostPendActionMsg(EPPTransId aTransId,
java.lang.String aName,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPHostPendActionMsg constructor that takes all of the
required attributes. |
Constructor and Description |
---|
EPPIdnTableCheckResp(EPPTransId aTransId)
EPPIdnTableCheckResp constructor that only takes the
transaction identifier. |
EPPIdnTableCheckResp(EPPTransId aTransId,
EPPIdnTableCheckDomain aDomain)
EPPIdnTableCheckResp constructor that takes an individual
domain. |
EPPIdnTableCheckResp(EPPTransId aTransId,
EPPIdnTableCheckTable aTable)
EPPIdnTableCheckResp constructor that takes an individual
table. |
EPPIdnTableInfoResp(EPPTransId aTransId)
EPPIdnTableInfoResp constructor that only takes the
transaction identifier with the default form of
Form.LIST_FORM . |
EPPIdnTableInfoResp(EPPTransId aTransId,
EPPIdnTableInfoDomain aDomain)
EPPIdnTableInfoResp constructor that only takes the
transaction identifier and the domain information for the Domain Info
Form. |
EPPIdnTableInfoResp(EPPTransId aTransId,
EPPIdnTableInfoTable aTable)
EPPIdnTableInfoResp constructor that only takes the
transaction identifier and the table information for the Table Info Form. |
EPPIdnTableInfoResp(EPPTransId aTransId,
java.util.List<EPPIdnTableInfoListItem> aList)
EPPIdnTableInfoResp constructor that only takes the
transaction identifier and the list information for the List Info Form. |
Constructor and Description |
---|
EPPNameWatchCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPNameWatchCreateResp constructor that takes the required
attribute values as parameters. |
EPPNameWatchCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.lang.String aRoid,
java.util.Date aCreationDate)
EPPNameWatchCreateResp constructor that takes the required
attribute values as parameters. |
EPPNameWatchCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.lang.String aRoid,
java.util.Date aCreationDate,
java.util.Date aExpirationDate)
EPPNameWatchCreateResp constructor that takes the required
attribute values as parameters. |
EPPNameWatchInfoResp(EPPTransId aTransId,
java.lang.String aName)
EPPNameWatchInfoResp default constructor. |
EPPNameWatchInfoResp(EPPTransId aTransId,
java.lang.String aName,
java.lang.String aRoid,
java.lang.String aClientId)
EPPNameWatchInfoResp constuctor that takes the required
attribute values as parameters. |
EPPNameWatchInfoResp(EPPTransId aTransId,
java.lang.String aName,
java.lang.String aRoid,
java.lang.String aRegistrant,
EPPNameWatchRptTo aRptTo,
java.util.Vector someStatuses,
java.lang.String aClientId,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
java.util.Date aExpirationDate)
EPPNameWatchInfoResp constuctor that takes the required
and most used optional attribute values as parameters. |
EPPNameWatchRenewResp(EPPTransId aTransId,
java.lang.String aRoid)
EPPNameWatchRenewResp constructor that takes the required
attribute values as parameters. |
EPPNameWatchRenewResp(EPPTransId aTransId,
java.lang.String aRoid,
java.util.Date aExpirationDate)
EPPNameWatchRenewResp constructor that takes the required
attribute values as parameters. |
EPPNameWatchTransferResp(EPPTransId aTransId,
java.lang.String aRoid)
EPPNameWatchTransferResp which takes the name of nameWatch. |
EPPNameWatchTransferResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aTransferStatus,
java.lang.String aRequestClient,
java.util.Date aRequestDate,
java.lang.String aActionClient,
java.util.Date aActionDate)
EPPNameWatchTransferResp which takes the name of nameWatch. |
Constructor and Description |
---|
EPPNameVerificationCheckResp(EPPTransId aTransId)
EPPNameVerificationCheckResp constructor that sets the
transaction identifier. |
EPPNameVerificationCheckResp(EPPTransId aTransId,
EPPNameVerificationCheckResult aResult)
EPPNameVerificationCheckResp constructor that will set the
result of an individual label. |
EPPNameVerificationCheckResp(EPPTransId aTransId,
java.util.List<EPPNameVerificationCheckResult> aResults)
EPPNameVerificationCheckResp constructor that will set the
result of multiple labels. |
EPPNameVerificationCreateResp(EPPTransId aTransId)
EPPNameVerificationCreateResp constructor that the transaction
id associated with the response. |
EPPNameVerificationCreateResp(EPPTransId aTransId,
EPPNameVerificationCreateResult aResult)
EPPNameVerificationCreateResp constructor that includes the
required result. |
EPPNameVerificationInfoResp(EPPTransId aTransId)
EPPNameVerificationInfoResp constructor that the transaction
id associated with the response. |
EPPNameVerificationInfoResp(EPPTransId aTransId,
EPPNameVerificationInfoResult aResult)
EPPNameVerificationInfoResp constructor that includes the
required result. |
EPPNameVerificationPendActionMsg(EPPTransId aTransId,
java.lang.String aCode,
java.lang.String aType,
EPPNameVerificationStatus aStatus,
java.lang.String aMsg,
java.util.Date aPaDate)
EPPNameVerificationPendActionMsg constructor that takes all
of the required attributes. |
Modifier and Type | Method and Description |
---|---|
EPPTransId |
EPPOrgPendActionMsg.getPendingTransId()
Gets the pending transaction id.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
Constructor and Description |
---|
EPPOrgCheckResp(EPPTransId aTransId)
EPPOrgCheckResp constructor that only takes the
transaction identifier. |
EPPOrgCheckResp(EPPTransId aTransId,
EPPOrgCheckResult aResult)
EPPOrgCheckResp constructor that takes an individual
result. |
EPPOrgCreateResp(EPPTransId aTransId)
EPPOrgCreateResp constructor that only takes the transaction
identifier. |
EPPOrgCreateResp(EPPTransId aTransId,
java.lang.String aOrgId,
java.util.Date aCreatedDate)
EPPOrgCreateResp constructor that all attributes as
parameters. |
EPPOrgInfoResp(EPPTransId aTransId)
EPPOrgInfoResp constructor that only takes the transaction
identifier. |
EPPOrgInfoResp(EPPTransId aTransId,
java.lang.String aOrgId)
EPPOrgInfoResp constructor that only takes the transaction
identifier and the org identifier. |
EPPOrgPendActionMsg(EPPTransId aTransId,
java.lang.String aOrgId,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPOrgPendActionMsg constructor that takes all of the required
attributes. |
Constructor and Description |
---|
EPPRegistryCheckResp(EPPTransId aTransId,
EPPRegistryCheckResult aResult)
EPPRegistryCheckResp constructor that will set the result of
an individual zone object. |
EPPRegistryCheckResp(EPPTransId aTransId,
java.util.List someResults)
EPPRegistryCheckResp constructor that will set the result of
multiple zone objects. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String name)
EPPRegistryCreateResp constructor that takes name
values as parameters. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate)
EPPRegistryCreateResp constructor that takes required values
as parameters. |
EPPRegistryInfoResp(EPPTransId transId,
EPPRegistryZoneInfo zoneInfo)
Create a
EPPRegistryInfoResp instance with a set of zone summary
attributes. |
EPPRegistryInfoResp(EPPTransId transId,
EPPRegistryZoneList zoneList)
Create a
EPPRegistryInfoResp instance with a set of zone summary
attributes. |
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name) |
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate) |
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate,
java.util.Date updateDate) |
Constructor and Description |
---|
EPPRegistryCheckResp(EPPTransId aTransId,
EPPRegistryCheckResult aResult)
EPPRegistryCheckResp constructor that will set the result of an
individual zone object. |
EPPRegistryCheckResp(EPPTransId aTransId,
java.util.List aResults)
EPPRegistryCheckResp constructor that will set the result of
multiple zone objects. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName)
EPPRegistryCreateResp constructor that takes the name
value as a parameter. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName,
java.util.Date aCreateDate)
EPPRegistryCreateResp constructor that takes required values as
parameters. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPRegistryCreateResp constructor that takes the aLabel
name value as a parameter. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreateDate)
EPPRegistryCreateResp constructor that takes required values as
parameters. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistrySystemInfo aSystemInfo)
Create a
EPPRegistryInfoResp instance with system detailed
information. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistryZone aZoneInfo)
Create a
EPPRegistryInfoResp instance with zone detailed
information. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistryZoneList aZoneList)
Create a
EPPRegistryInfoResp instance with a set of zone summary
attributes. |
Constructor and Description |
---|
EPPRegistryCheckResp(EPPTransId aTransId,
EPPRegistryCheckResult aResult)
EPPRegistryCheckResp constructor that will set the result of an
individual zone object. |
EPPRegistryCheckResp(EPPTransId aTransId,
java.util.List aResults)
EPPRegistryCheckResp constructor that will set the result of
multiple zone objects. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName)
EPPRegistryCreateResp constructor that takes the name
value as a parameter. |
EPPRegistryCreateResp(EPPTransId aTransId,
EPPRegistryZoneName aName,
java.util.Date aCreateDate)
EPPRegistryCreateResp constructor that takes required values as
parameters. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String aName)
EPPRegistryCreateResp constructor that takes the aLabel
name value as a parameter. |
EPPRegistryCreateResp(EPPTransId aTransId,
java.lang.String aName,
java.util.Date aCreateDate)
EPPRegistryCreateResp constructor that takes required values as
parameters. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistrySystemInfo aSystemInfo)
Create a
EPPRegistryInfoResp instance with system detailed
information. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistryZoneData aZoneInfo)
Create a
EPPRegistryInfoResp instance with zone detailed
information. |
EPPRegistryInfoResp(EPPTransId aTransId,
EPPRegistryZoneList aZoneList)
Create a
EPPRegistryInfoResp instance with a set of zone summary
attributes. |
Constructor and Description |
---|
EPPValidateCheckResp(EPPTransId aTransId)
EPPValidateCheckResp constructor that sets the
transaction identifier. |
EPPValidateCheckResp(EPPTransId aTransId,
EPPValidateCheckResult aResult)
EPPValidateCheckResp constructor that will set the
result of an individual result. |
EPPValidateCheckResp(EPPTransId aTransId,
java.util.List<EPPValidateCheckResult> aResults)
EPPValidateCheckResp constructor that will set the
result of multiple results. |
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
NSDomainHandler.doDomainRestoreReport(EPPEvent aEvent,
java.lang.String aDomainName,
EPPTransId aTransId,
EPPRgpExtReport aReport,
java.lang.Object aData) |
protected EPPEventResponse |
NSDomainHandler.doDomainRestoreRequest(EPPEvent aEvent,
java.lang.String aDomainName,
EPPTransId aTransId,
java.lang.Object aData) |
protected EPPEventResponse |
NSDomainHandler.doDomainSync(EPPEvent aEvent,
java.lang.String aDomainName,
EPPTransId aTransId,
EPPSyncExtUpdate aSyncExt,
java.lang.Object aData) |
Copyright © VeriSign Inc. All Rights Reserved.