|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPResponse | |
---|---|
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.lowbalancepoll | |
com.verisign.epp.codec.nameWatch | |
com.verisign.epp.codec.registry | |
com.verisign.epp.codec.rgppoll | |
com.verisign.epp.codec.suggestion | |
com.verisign.epp.codec.whowas | |
com.verisign.epp.framework | |
com.verisign.epp.interfaces | Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. |
com.verisign.epp.namestore.interfaces | |
com.verisign.epp.serverstub | Stub Server classes to support the server handler for use of the Change Poll Extension. |
com.verisign.epp.serverstub.v06 | Stub Server classes to support the server handlers of v06 of the Fee Extension. |
com.verisign.epp.serverstub.v07 | Stub Server classes to support the server handlers of v07 of the Fee Extension. |
Uses of EPPResponse in com.verisign.epp.codec.balance |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.balance | |
---|---|
class |
EPPBalanceInfoResp
A concrete EPPResponse that knows how to encode/decode Balance Info response from/to XML and object instance. |
Methods in com.verisign.epp.codec.balance that return EPPResponse | |
---|---|
EPPResponse |
EPPBalanceMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response |
Uses of EPPResponse in com.verisign.epp.codec.contact |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.contact | |
---|---|
class |
EPPContactCheckResp
Represents an EPP Contact <contact:chkData> response to a EPPContactCheckCmd . |
class |
EPPContactCreateResp
Represents a <contact:creData> response to an EPPContactCreateCmd . |
class |
EPPContactInfoResp
Represents a <contact:infData> response to an EPPContactInfoCmd . |
class |
EPPContactPendActionMsg
Poll message used to indicate the result of a pending action. |
class |
EPPContactTransferResp
Represents a <contact:trnData> response to EPPContactTransferCmd . |
Methods in com.verisign.epp.codec.contact that return EPPResponse | |
---|---|
EPPResponse |
EPPContactMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.defReg |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.defReg | |
---|---|
class |
EPPDefRegCheckResp
Represents an EPPDefReg <defReg:chkData> response to a EPPDefRegFwdCheckCmd . |
class |
EPPDefRegCreateResp
Represents an EPPDefReg<defReg:creData> response to a EPPDefRegCreateCmd . |
class |
EPPDefRegInfoResp
Represents an EPP DefReg <defReg:infData> response to an EPPDefRegInfoCmd . |
class |
EPPDefRegRenewResp
Represents an EPP DefReg <defReg:renData> response to a
EPPDefRegRenewCmd . |
class |
EPPDefRegTransferResp
Represents an EPP DefReg <defReg:transfer-data> response to an EPPDefRegTransferCmd . |
Methods in com.verisign.epp.codec.defReg that return EPPResponse | |
---|---|
EPPResponse |
EPPDefRegMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.domain |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.domain | |
---|---|
class |
EPPDomainCheckResp
Represents an EPP Domain <domain:chkData> response to a EPPDomainCheckCmd . |
class |
EPPDomainCreateResp
Represents an EPP Domain <domain:creData> response to a EPPDomainCreateCmd . |
class |
EPPDomainInfoResp
Represents an EPP Domain <domain:infData> response to an EPPDomainInfoCmd . |
class |
EPPDomainPendActionMsg
Poll message used to indicate the result of a pending action. |
class |
EPPDomainRenewResp
Represents an EPP Domain <domain:renData> response to a
EPPDomainRenewCmd . |
class |
EPPDomainTransferResp
Represents an EPP Domain <domain:transfer-data> response to an EPPDomainTransferCmd . |
Methods in com.verisign.epp.codec.domain that return EPPResponse | |
---|---|
EPPResponse |
EPPDomainMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.emailFwd |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.emailFwd | |
---|---|
class |
EPPEmailFwdCheckResp
Represents an EPP EmailFwd <emailFwd:chkData> response to a EPPEmailFwdCheckCmd . |
class |
EPPEmailFwdCreateResp
Represents an EPP EmailFwd <emailFwd:creData> response to a EPPEmailFwdCreateCmd . |
class |
EPPEmailFwdInfoResp
Represents an EPP EmailFwd <emailFwd:infData> response to an EPPEmailFwdInfoCmd . |
class |
EPPEmailFwdPendActionMsg
Poll message used to indicate the result of a pending action. |
class |
EPPEmailFwdRenewResp
Represents an EPP EmailFwd <emailFwd:renData> response to a
EPPEmailFwdRenewCmd . |
class |
EPPEmailFwdTransferResp
Represents an EPP EmailFwd <emailFwd:transfer-data> response to an EPPEmailFwdTransferCmd . |
Methods in com.verisign.epp.codec.emailFwd that return EPPResponse | |
---|---|
EPPResponse |
EPPEmailFwdMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.gen |
---|
Methods in com.verisign.epp.codec.gen that return EPPResponse | |
---|---|
EPPResponse |
EPPTestGenMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
abstract EPPResponse |
EPPMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Abstract method that creates a concrete EPPResponse from an
XML element. |
EPPResponse |
EPPFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse given a DOM Command Mapping
Element. |
EPPResponse |
EPPCodec.decodeResponse(org.w3c.dom.Document aDocument)
utility method that will decode a DOM Document and return an EPPResponse instance. |
Uses of EPPResponse in com.verisign.epp.codec.host |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.host | |
---|---|
class |
EPPHostCheckResp
Represents an EPP Host <host:chkData> response to a EPPHostCheckCmd . |
class |
EPPHostCreateResp
Represents an EPP Host <host:resData> response to a EPPHostCreateCmd . |
class |
EPPHostInfoResp
Represents an EPP Host <host:infData> response to an EPPHostInfoCmd . |
class |
EPPHostPendActionMsg
Poll message used to indicate the result of a pending action. |
Methods in com.verisign.epp.codec.host that return EPPResponse | |
---|---|
EPPResponse |
EPPHostMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.idntable |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.idntable | |
---|---|
class |
EPPIdnTableCheckResp
Represents an Internationalized Domain Name (IDN) Table response to a <check> command, with two different forms including the Domain Check Form and the Table Check Form. |
class |
EPPIdnTableInfoResp
Represents an EPP Internationalized Domain Name (IDN) Table <info> response, which support three different forms: Domain Info Form - Used to validate the domain name code points against the IDN Tables and IDN Policies, and to return the matching IDN Table meta-data. |
Methods in com.verisign.epp.codec.idntable that return EPPResponse | |
---|---|
EPPResponse |
EPPIdnTableMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.lowbalancepoll |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.lowbalancepoll | |
---|---|
class |
EPPLowBalancePollResponse
A concrete EPPResponse that knows how to encode/decode LowBalance Poll responses from/to XML and object instance. |
Methods in com.verisign.epp.codec.lowbalancepoll that return EPPResponse | |
---|---|
EPPResponse |
EPPLowBalancePollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response |
Uses of EPPResponse in com.verisign.epp.codec.nameWatch |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.nameWatch | |
---|---|
class |
EPPNameWatchCreateResp
Represents an EPP NameWatch <nameWatch:creData> response to a EPPNameWatchCreateCmd . |
class |
EPPNameWatchInfoResp
Represents an EPP NameWatch <nameWatch:infData> response to an EPPNameWatchInfoCmd . |
class |
EPPNameWatchRenewResp
Represents an EPP NameWatch <nameWatch:renData> response to a
EPPNameWatchRenewCmd . |
class |
EPPNameWatchTransferResp
Represents an EPP NameWatch <nameWatch:transfer-data> response to an EPPNameWatchTransferCmd . |
Methods in com.verisign.epp.codec.nameWatch that return EPPResponse | |
---|---|
EPPResponse |
EPPNameWatchMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.registry |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.registry | |
---|---|
class |
EPPRegistryCheckResp
Represents an EPP Registry <registry:chkData> response to a EPPRegistryCheckCmd . |
class |
EPPRegistryCreateResp
Represents an EPP Registry <registry:creData> response to a EPPRegistryCreateCmd . |
class |
EPPRegistryInfoResp
Represents an EPP Registry <registry:infData> response to an EPPRegistryInfoCmd . |
class |
EPPRegistryUpdateResp
|
Methods in com.verisign.epp.codec.registry that return EPPResponse | |
---|---|
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.rgppoll |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.rgppoll | |
---|---|
class |
EPPRgpPollResponse
A concrete EPPResponse that knows how to encode/decode RGP Poll responses from/to XML and object instance. |
Methods in com.verisign.epp.codec.rgppoll that return EPPResponse | |
---|---|
EPPResponse |
EPPRgpPollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response |
Uses of EPPResponse in com.verisign.epp.codec.suggestion |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.suggestion | |
---|---|
class |
EPPSuggestionInfoResp
An EPPSuggestionInfoResp provides an answer to an
EPPSuggestionInfoCmd and includes the following attributes:key - Required suggestion key that matches the EPPSuggestionInfoCmd key
answer - Optional answer in either grid or table view
tokens - Optional suggestion tokens
|
Methods in com.verisign.epp.codec.suggestion that return EPPResponse | |
---|---|
EPPResponse |
EPPSuggestionMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete EPPResponse from the passed in XML
Element tree. |
Uses of EPPResponse in com.verisign.epp.codec.whowas |
---|
Subclasses of EPPResponse in com.verisign.epp.codec.whowas | |
---|---|
class |
EPPWhoWasInfoResp
Represents an EPP WhoWas <whowas:infData> response EPPWhoWasInfoCmd . |
Methods in com.verisign.epp.codec.whowas that return EPPResponse | |
---|---|
EPPResponse |
EPPWhoWasMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Returns a concrete EPPResponse from the passed in XML Element tree. |
Uses of EPPResponse in com.verisign.epp.framework |
---|
Methods in com.verisign.epp.framework that return EPPResponse | |
---|---|
EPPResponse |
EPPPollQueueMgr.delete(java.lang.Object aRecp,
java.lang.String aMsgId,
java.lang.Object aContextData)
Delete object from data source |
EPPResponse |
EPPPollQueueMgr.get(java.lang.Object aRecp,
java.lang.Object aContextData)
Get EPPResponse from data source |
EPPResponse |
EPPHandleEventException.getResponse()
Get the EPPResponse for this
EPPHandleEventExcetion instance |
EPPResponse |
EPPPollHandler.toResponse(EPPPollDataRecord aRecord)
DOCUMENT ME! |
Constructors in com.verisign.epp.framework with parameters of type EPPResponse | |
---|---|
EPPHandleEventException(java.lang.String description,
EPPResponse aResponse)
Construct an EPPHandleEventException |
Uses of EPPResponse in com.verisign.epp.interfaces |
---|
Fields in com.verisign.epp.interfaces declared as EPPResponse | |
---|---|
protected EPPResponse |
EPPSession.myResponse
EPP response associated with last EPP command |
Methods in com.verisign.epp.interfaces that return EPPResponse | |
---|---|
EPPResponse |
EPPWhoWas.getResponse()
Returns the EPPResponse associated with the last command. |
EPPResponse |
EPPSuggestion.getResponse()
Get the EPPResponse associated with the last command. |
EPPResponse |
EPPSession.getResponse()
Gets response associated with the last command. |
EPPResponse |
EPPNameWatch.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPLaunch.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPIdnTable.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPHost.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPEmailFwd.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPDomain.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPDefReg.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPContact.getResponse()
Gets the response associated with the last command. |
EPPResponse |
EPPCommandException.getResponse()
Gets the server error response associated with the exception. |
EPPResponse |
EPPBalance.getResponse()
Returns the EPPResponse associated with the last command. |
EPPResponse |
EPPSession.processDocument(EPPCommand aCommand)
Process an EPPCommand instance by writing the command to the
session output stream and reading an EPPResponse instance
from the sessin input stream. |
EPPResponse |
EPPSession.processDocument(EPPCommand aCommand,
java.lang.Class aExpectedResponse)
Process an EPPCommand instance by writing the command to the
session output stream and reading an EPPResponse instance
from the sessin input stream and validate that the
EPPResponse is of the specified type. |
EPPResponse |
EPPSession.readResponse()
Reads a response from the server. |
EPPResponse |
EPPLaunch.sendCheck()
Sends a Claim Check Command, which is an extension of the Domain Check with the EPPLaunchCheck extension and the type set to the
whether to execute a claims check command or an availability check
command for a given phase. |
EPPResponse |
EPPHost.sendCreate()
Sends a Host Create Command to the server. |
EPPResponse |
EPPContact.sendCreate()
Sends a Contact Create Command to the server. |
EPPResponse |
EPPRegistry.sendDelete()
|
EPPResponse |
EPPNameWatch.sendDelete()
Sends a NameWatch Delete Command to the server. |
EPPResponse |
EPPHost.sendDelete()
Sends a Host Delete Command to the server. |
EPPResponse |
EPPEmailFwd.sendDelete()
Sends an Email Forward Delete Command to the server. |
EPPResponse |
EPPDomain.sendDelete()
Sends a Domain Name Delete Command to the server. |
EPPResponse |
EPPDefReg.sendDelete()
Sends a Defensive Registration Delete Command to the server. |
EPPResponse |
EPPContact.sendDelete()
Sends a Contact Delete Command to the server. |
EPPResponse |
EPPSession.sendPoll()
This method creates an instance of EPPPollCmd and sets the given attributes and invokes the send method associated with the command. |
EPPResponse |
EPPRelatedDomain.sendRelatedDelete()
Send the related domain delete, which allows for the deletion of more than one domain name. |
EPPResponse |
EPPRelatedDomain.sendRelatedInfo()
Send the related domain info, which which supports two different forms set with the EPPRelatedDomain.setInfoForm(String) method. |
EPPResponse |
EPPRelatedDomain.sendRelatedUpdate()
Send the related domain update, which allows for the update of more than one domain name. |
EPPResponse |
EPPRegistry.sendUpdate()
|
EPPResponse |
EPPNameWatch.sendUpdate()
Sends a NameWatch Update Command to the server. |
EPPResponse |
EPPHost.sendUpdate()
Sends a Host Update Command to the server. |
EPPResponse |
EPPEmailFwd.sendUpdate()
Sends an Email Forward Update Command to the server. |
EPPResponse |
EPPDomain.sendUpdate()
Sends a Domain Name Update Command to the server. |
EPPResponse |
EPPDefReg.sendUpdate()
Sends a Defensive Registration Update Command to the server. |
EPPResponse |
EPPContact.sendUpdate()
Sends a Contact Update Command to the server. |
Methods in com.verisign.epp.interfaces with parameters of type EPPResponse | |
---|---|
void |
EPPSession.validateClientTransId(EPPCommand myCommand,
EPPResponse myResponse)
Validates that the response client transaction identifier matches the command's client transaction identifier. |
Constructors in com.verisign.epp.interfaces with parameters of type EPPResponse | |
---|---|
EPPCommandException(java.lang.String newDescription,
EPPResponse newResponse)
Constructs an Exception with the specified detailed message and an associated server error response. |
Uses of EPPResponse in com.verisign.epp.namestore.interfaces |
---|
Methods in com.verisign.epp.namestore.interfaces that return EPPResponse | |
---|---|
EPPResponse |
NSDomain.sendRestoreReport()
Send a restore report. |
EPPResponse |
NSDomain.sendRestoreRequest()
Send a restore request. |
EPPResponse |
NSDomain.sendSync()
Send a sync command for a domain with a specified expiration month and day The required attributes have been set with the following methods: addDomainName - Sets the domain name for report. |
Uses of EPPResponse in com.verisign.epp.serverstub |
---|
Methods in com.verisign.epp.serverstub that return EPPResponse | |
---|---|
EPPResponse |
SecDNSV11SubDomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
java.lang.Object aData)
Handle an EPP Domain Create Command for version 1.1 of the secDNS extension. |
EPPResponse |
SecDNSV10SubDomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
java.lang.Object aData)
Handle an EPP Domain Create Command for version 1.0 of the secDNS extension. |
EPPResponse |
SecDNSSubDomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
java.lang.Object aData)
Handle an EPP Domain Create Command. |
EPPResponse |
SecDNSV11SubDomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
java.lang.Object aData)
Handle an EPP Domain Update Command for version 1.1 of the secDNS extension. |
EPPResponse |
SecDNSV10SubDomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
java.lang.Object aData)
Handle an EPP Domain Update Command for version 1.0 of the secDNS extension. |
EPPResponse |
SecDNSSubDomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
java.lang.Object aData)
Handle an EPP Domain Update Command. |
EPPResponse |
RgpDomainPollHandler.toResponse(EPPPollDataRecord aRecord)
DOCUMENT ME! |
EPPResponse |
RegistryPollHandler.toResponse(EPPPollDataRecord aRecord)
|
EPPResponse |
NSPollHandler.toResponse(EPPPollDataRecord aRecord)
Convert an EPPPollDataRecord to an EPPResponse |
EPPResponse |
LowBalancePollHandler.toResponse(EPPPollDataRecord aRecord)
DOCUMENT ME! |
EPPResponse |
LaunchPollHandler.toResponse(EPPPollDataRecord aRecord)
Convert an EPPPollDataRecord to an EPPResponse |
EPPResponse |
DomainPollHandler.toResponse(EPPPollDataRecord aRecord)
Converts a poll queue EPPPollDataRecord to an
EPPResponse . |
EPPResponse |
ContactPollHandler.toResponse(EPPPollDataRecord aRecord)
Converts the internal poll data record to a valid EPPResponse . |
Methods in com.verisign.epp.serverstub with parameters of type EPPResponse | |
---|---|
void |
FeeSubDomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command. |
void |
FeeSubDomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command. |
void |
FeeSubDomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command. |
void |
FeeSubDomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command. |
void |
FeeSubDomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command. |
void |
FeeSubDomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command. |
void |
FeeSubDomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command. |
Uses of EPPResponse in com.verisign.epp.serverstub.v06 |
---|
Methods in com.verisign.epp.serverstub.v06 with parameters of type EPPResponse | |
---|---|
void |
FeeV06DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command. |
void |
FeeV06DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command. |
void |
FeeV06DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command. |
void |
FeeV06DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command. |
void |
FeeV06DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command. |
void |
FeeV06DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command. |
void |
FeeV06DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command. |
Uses of EPPResponse in com.verisign.epp.serverstub.v07 |
---|
Methods in com.verisign.epp.serverstub.v07 with parameters of type EPPResponse | |
---|---|
void |
FeeV07DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command. |
void |
FeeV07DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command. |
void |
FeeV07DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command. |
void |
FeeV07DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command. |
void |
FeeV07DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command. |
void |
FeeV07DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command. |
void |
FeeV07DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |