|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EPPTransId in com.verisign.epp.codec.balance |
---|
Constructors in com.verisign.epp.codec.balance with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.contact |
---|
Methods in com.verisign.epp.codec.contact that return EPPTransId | |
---|---|
EPPTransId |
EPPContactPendActionMsg.getPendingTransId()
Gets the pending transaction id. |
Methods in com.verisign.epp.codec.contact with parameters of type EPPTransId | |
---|---|
void |
EPPContactPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id. |
Constructors in com.verisign.epp.codec.contact with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.defReg |
---|
Constructors in com.verisign.epp.codec.defReg with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.domain |
---|
Methods in com.verisign.epp.codec.domain that return EPPTransId | |
---|---|
EPPTransId |
EPPDomainPendActionMsg.getPendingTransId()
Gets the pending transaction id. |
Methods in com.verisign.epp.codec.domain with parameters of type EPPTransId | |
---|---|
void |
EPPDomainPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id. |
Constructors in com.verisign.epp.codec.domain with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.emailFwd |
---|
Methods in com.verisign.epp.codec.emailFwd that return EPPTransId | |
---|---|
EPPTransId |
EPPEmailFwdPendActionMsg.getPendingTransId()
Gets the pending transaction id. |
Methods in com.verisign.epp.codec.emailFwd with parameters of type EPPTransId | |
---|---|
void |
EPPEmailFwdPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id. |
Constructors in com.verisign.epp.codec.emailFwd with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.gen |
---|
Methods in com.verisign.epp.codec.gen that return EPPTransId | |
---|---|
EPPTransId |
EPPResponse.getTransId()
Gets the Transaction Id associated with the EPPResponse . |
Methods in com.verisign.epp.codec.gen with parameters of type EPPTransId | |
---|---|
void |
EPPResponse.setTransId(EPPTransId aTransId)
Sets the Transaction Id associated with the EPPResponse . |
Constructors in com.verisign.epp.codec.gen with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.host |
---|
Methods in com.verisign.epp.codec.host that return EPPTransId | |
---|---|
EPPTransId |
EPPHostPendActionMsg.getPendingTransId()
Gets the pending transaction id. |
Methods in com.verisign.epp.codec.host with parameters of type EPPTransId | |
---|---|
void |
EPPHostPendActionMsg.setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id. |
Constructors in com.verisign.epp.codec.host with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.nameWatch |
---|
Constructors in com.verisign.epp.codec.nameWatch with parameters of type EPPTransId | |
---|---|
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. |
Uses of EPPTransId in com.verisign.epp.codec.registry |
---|
Constructors in com.verisign.epp.codec.registry with parameters of type EPPTransId | |
---|---|
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)
|
Uses of EPPTransId in com.verisign.epp.codec.suggestion |
---|
Constructors in com.verisign.epp.codec.suggestion with parameters of type EPPTransId | |
---|---|
EPPSuggestionInfoResp(EPPTransId aTransId)
Creates an EPPSuggestionInfoResp only the transaction id
set. |
|
EPPSuggestionInfoResp(EPPTransId aTransId,
java.lang.String aKey)
Creates an EPPSuggestionInfoResp with the required
attributes set. |
|
EPPSuggestionInfoResp(EPPTransId aTransId,
java.lang.String aKey,
java.lang.String aLanguage,
java.util.List<EPPSuggestionToken> aTokens,
EPPSuggestionAnswer aAnswer)
Creates an EPPSuggestionInfoResp with the all the
attributes. |
Uses of EPPTransId in com.verisign.epp.codec.whowas |
---|
Constructors in com.verisign.epp.codec.whowas with parameters of type EPPTransId | |
---|---|
EPPWhoWasInfoResp(EPPTransId aTransId)
Creates an EPPWhoWasInfoResp only the transaction id set. |
|
EPPWhoWasInfoResp(EPPTransId aTransId,
java.lang.String aWhoWasType)
Creates an EPPWhoWasInfoResp only the transaction id and type set. |
Uses of EPPTransId in com.verisign.epp.serverstub |
---|
Methods in com.verisign.epp.serverstub with parameters of type EPPTransId | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |