Modifier and Type | Class and Description |
---|---|
class |
EPPBalanceInfoResp
A concrete EPPResponse that knows how to encode/decode Balance Info response
from/to XML and object instance.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPBalanceMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPContactMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPDefRegMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPDomainMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPEmailFwdMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Method and Description |
---|---|
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. |
EPPResponse |
EPPXmlMsgPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode their XML
namespaces in the message queue message element.
|
EPPResponse |
EPPPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPFullExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPXmlMsgPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode their XML
namespaces in the message queue message element.
|
EPPResponse |
EPPPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPFullExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPXmlMsgPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode their XML
namespaces in the message queue message element.
|
EPPResponse |
EPPPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPFullExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPXmlMsgPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode their XML
namespaces in the message queue message element.
|
EPPResponse |
EPPPollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPFullExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
EPPResponse |
EPPExtValuePollMessageFilter.filter(EPPResponse aResponse,
java.util.List<EPPService> aServices,
java.util.List<EPPService> aExtServices,
boolean aNoOp)
Filter any poll messages that are not supported by the client based on the
passed in login services (object extensions) and extension services
(command response extensions) from the poll message and encode into the
response the information associated with the unsupported extensions
(object or command / response).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPHostMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPIdnTableMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPLowBalancePollResponse
A concrete EPPResponse that knows how to encode/decode LowBalance Poll responses
from/to XML and object instance.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPLowBalancePollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPNameWatchMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPNameVerificationCheckResp
Provides the response to a
EPPNameVerificationCheckCmd that indicates
whether or not the labels can be used to create a Domain Name Verification
(DNV) object. |
class |
EPPNameVerificationCreateResp
Create response for a successful domain name verification, which results in
the return of a digitally signed domain verification code.
|
class |
EPPNameVerificationInfoResp
Info response to an info command that contains either a signed code or input
result, based on the value of the
EPPNameVerificationInfoCmd type
attribute. |
class |
EPPNameVerificationPendActionMsg
Poll message used to indicate the result of a pending action.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPNameVerificationMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Class and Description |
---|---|
class |
EPPOrgCheckResp
Represents a org <check> response that returns the availability of
a set of client-specified but server-unique org identifiers.
|
class |
EPPOrgCreateResp
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. |
class |
EPPOrgInfoResp
Response information associated with an org object.
|
class |
EPPOrgPendActionMsg
Poll message used to indicate the result of a pending action.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPOrgMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML
Element tree. |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPResponse for the DOM Element . |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRegistryMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates a concrete
EPPResponse for the DOM Element . |
Modifier and Type | Class and Description |
---|---|
class |
EPPRgpPollResponse
A concrete EPPResponse that knows how to encode/decode RGP Poll responses
from/to XML and object instance.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRgpPollMapFactory.createResponse(org.w3c.dom.Element aMapElement)
Creates the poll response
|
Modifier and Type | Class and Description |
---|---|
class |
EPPValidateCheckResp
Provides the response to a
EPPValidateCheckCmd that indicates
whether or not the contacts are valid for the referenced contact type
and TLD. |
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPValidateMapFactory.createResponse(org.w3c.dom.Element aMapElement)
creates a concrete
EPPResponse from the passed in XML Element
tree. |
Modifier and Type | Method and Description |
---|---|
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)
Converts a poll queue
EPPPollDataRecord to an
EPPResponse . |
Constructor and Description |
---|
EPPHandleEventException(java.lang.String description,
EPPResponse aResponse)
Construct an
EPPHandleEventException |
Modifier and Type | Field and Description |
---|---|
protected EPPResponse |
EPPSession.myResponse
EPP response associated with last EPP command
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPSession.getResponse()
Gets response associated with the last command.
|
EPPResponse |
EPPOrg.getResponse()
Gets the response associated with the last command.
|
EPPResponse |
EPPNameWatch.getResponse()
Gets the response associated with the last command.
|
EPPResponse |
EPPNameVerification.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 |
EPPOrg.sendDelete()
Sends a Org Delete Command to the server.
|
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 |
EPPOrg.sendUpdate()
Sends a Org Update Command to the server.
|
EPPResponse |
EPPNameWatch.sendUpdate()
Sends a NameWatch Update Command to the server.
|
EPPResponse |
EPPNameVerification.sendUpdate()
Sends an Name Verification 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.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPSession.validateClientTransId(EPPCommand myCommand,
EPPResponse myResponse)
Validates that the response client transaction identifier matches the
command's client transaction identifier.
|
Constructor and Description |
---|
EPPCommandException(java.lang.String newDescription,
EPPResponse newResponse)
Constructs an Exception with the specified detailed message and an
associated server error response.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRegistry.getResponse()
Gets the response associated with the last command.
|
EPPResponse |
EPPRegistry.sendDelete()
Sends a delete command to the server to delete a zone by name.
|
EPPResponse |
EPPRegistry.sendUpdate()
Sends an update command to the server to update a zone.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPRegistry.getResponse()
Gets the response associated with the last command.
|
EPPResponse |
EPPRegistry.sendDelete()
Sends a delete command to the server to delete a zone by name.
|
EPPResponse |
EPPRegistry.sendUpdate()
Sends an update command to the server to update a zone.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
EPPValidate.getResponse()
Gets the response associated with the last command.
|
Modifier and Type | Method and Description |
---|---|
EPPResponse |
NSHost.sendCreate()
Sends a Host Create Command to the server.
|
EPPResponse |
NSContact.sendCreate()
Sends a Contact Create Command to the server.
|
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. |
EPPResponse |
NSHost.sendUpdate()
Sends a Host Update Command to the server.
|
EPPResponse |
NSDomain.sendUpdate()
Sends a Domain Name Update Command to the server.
|
EPPResponse |
NSContact.sendUpdate()
Sends a Contact Update Command to the server.
|
Modifier and Type | Method and Description |
---|---|
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 |
OrgPollHandler.toResponse(EPPPollDataRecord aRecord)
Converts a poll queue
EPPPollDataRecord to an EPPResponse . |
EPPResponse |
NameVerificationPollHandler.toResponse(EPPPollDataRecord aRecord)
Convert an
EPPPollDataRecord to an EPPResponse |
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FeeV09DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command.
|
void |
FeeV09DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command.
|
void |
FeeV09DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command.
|
void |
FeeV09DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command.
|
void |
FeeV09DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command.
|
void |
FeeV09DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command.
|
void |
FeeV09DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command.
|
Modifier and Type | Method and Description |
---|---|
void |
FeeV1_0DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command.
|
void |
FeeV1_0DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command.
|
void |
FeeV1_0DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command.
|
void |
FeeV1_0DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command.
|
void |
FeeV1_0DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command.
|
void |
FeeV1_0DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command.
|
void |
FeeV1_0DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command.
|
Modifier and Type | Method and Description |
---|---|
void |
FeeV11DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command.
|
void |
FeeV11DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command.
|
void |
FeeV11DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command.
|
void |
FeeV11DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command.
|
void |
FeeV11DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command.
|
void |
FeeV11DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command.
|
void |
FeeV11DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command.
|
Modifier and Type | Method and Description |
---|---|
void |
FeeV23DomainHandler.doDomainCheck(EPPDomainCheckCmd aCheckCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Check Command.
|
void |
FeeV23DomainHandler.doDomainCreate(EPPDomainCreateCmd aCreateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Create Command.
|
void |
FeeV23DomainHandler.doDomainDelete(EPPDomainDeleteCmd aDeleteCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Delete Command.
|
void |
FeeV23DomainHandler.doDomainInfo(EPPDomainInfoCmd aInfoCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Info Command.
|
void |
FeeV23DomainHandler.doDomainRenew(EPPDomainRenewCmd aRenewCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Renew Command.
|
void |
FeeV23DomainHandler.doDomainTransfer(EPPDomainTransferCmd aTransferCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Transfer Command.
|
void |
FeeV23DomainHandler.doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand,
EPPResponse aResponse,
java.lang.Object aData)
Handle an EPP Domain Update Command.
|
Copyright © VeriSign Inc. All Rights Reserved.