|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPEvent | |
---|---|
com.verisign.epp.framework | |
com.verisign.epp.serverstub | Stub Server classes to support the server handler for use of the Change Poll Extension. |
Uses of EPPEvent in com.verisign.epp.framework |
---|
Methods in com.verisign.epp.framework that return EPPEvent | |
---|---|
EPPEvent |
EPPXMLByteArrayAssembler.decode(byte[] aBytes,
java.lang.Object aData)
Takes an input byte array and reads XML from it to create an
EPPEvent |
EPPEvent |
EPPByteArrayAssembler.decode(byte[] aInputBytes,
java.lang.Object aData)
Takes an byte array and creates a EPPEvent
|
EPPEvent |
EPPXMLAssembler.toEvent(java.io.InputStream aStream,
java.lang.Object aData)
Takes an InputStream and reads XML from it to create an
EPPEvent |
EPPEvent |
EPPSerialAssembler.toEvent(java.io.InputStream aStream,
java.lang.Object aData)
Takes an InputStream and uses java serialization to create
an EPPEvent |
EPPEvent |
EPPAssembler.toEvent(java.io.InputStream aInputStream,
java.lang.Object aData)
Takes an InputStream and creates a EPPEvent
|
Methods in com.verisign.epp.framework with parameters of type EPPEvent | |
---|---|
protected abstract EPPEventResponse |
EPPBalanceHandler.doBalanceInfo(EPPEvent aEvent,
java.lang.Object aData)
Returns the EPPEventResponse back to the client after processing
the passed in aEvent . |
protected abstract EPPEventResponse |
EPPContactHandler.doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Ping command is received. |
protected abstract EPPEventResponse |
EPPContactHandler.doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Create command is received. |
protected abstract EPPEventResponse |
EPPContactHandler.doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Delete command is received. |
protected abstract EPPEventResponse |
EPPContactHandler.doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info command is received. |
protected abstract EPPEventResponse |
EPPContactHandler.doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Transfer command is received. |
protected abstract EPPEventResponse |
EPPContactHandler.doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Check command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Create command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Delete command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Info command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Renew command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Transfer command is received. |
protected abstract EPPEventResponse |
EPPDefRegHandler.doDefRegUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a DefReg Update command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected abstract EPPEventResponse |
EPPDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Check command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Create command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Delete command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Info command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Renew command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Transfer command is received. |
protected abstract EPPEventResponse |
EPPEmailFwdHandler.doEmailFwdUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EmailFwd Update command is received. |
protected abstract EPPEventResponse |
EPPGenHandler.doHello(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Hello command is received. |
protected abstract EPPEventResponse |
EPPHostHandler.doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Check command is received. |
protected abstract EPPEventResponse |
EPPHostHandler.doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Create command is received. |
protected abstract EPPEventResponse |
EPPHostHandler.doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Info command is received. |
protected abstract EPPEventResponse |
EPPHostHandler.doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Info command is received. |
protected abstract EPPEventResponse |
EPPHostHandler.doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Update command is received. |
protected abstract EPPEventResponse |
EPPIdnTableHandler.doIdnTableCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an IDN Table Check command is received. |
protected abstract EPPEventResponse |
EPPIdnTableHandler.doIdnTableInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an IDN Table Info command is received. |
protected abstract EPPEventResponse |
EPPGenHandler.doLogin(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Login command is received. |
protected abstract EPPEventResponse |
EPPGenHandler.doLogout(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Logout command is received. |
protected abstract EPPEventResponse |
EPPNameVerificationHandler.doNameVerificationCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when the Name Verification Check command is received. |
protected abstract EPPEventResponse |
EPPNameVerificationHandler.doNameVerificationCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an Name Verification Create command is received. |
protected abstract EPPEventResponse |
EPPNameVerificationHandler.doNameVerificationInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when the Name Verification Info command is received. |
protected abstract EPPEventResponse |
EPPNameVerificationHandler.doNameVerificationUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when the Name Verification Update command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Create command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Delete command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Info command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Renew command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Transfer command is received. |
protected abstract EPPEventResponse |
EPPNameWatchHandler.doNameWatchUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Update command is received. |
protected abstract EPPEventResponse |
EPPGenHandler.doPoll(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Poll command is received. |
protected abstract EPPEventResponse |
EPPRegistryHandler.doRegistryCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Check command is received. |
protected abstract EPPEventResponse |
EPPRegistryHandler.doRegistryCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Create command is received. |
protected abstract EPPEventResponse |
EPPRegistryHandler.doRegistryDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Delete command is received. |
protected abstract EPPEventResponse |
EPPRegistryHandler.doRegistryInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Info command is received. |
protected abstract EPPEventResponse |
EPPRegistryHandler.doRegistryUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Update command is received. |
protected abstract EPPEventResponse |
EPPResellerHandler.doResellerCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when Reseller Check command is received. |
protected abstract EPPEventResponse |
EPPResellerHandler.doResellerCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Reseller Create command is received. |
protected abstract EPPEventResponse |
EPPResellerHandler.doResellerDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Reseller Delete command is received. |
protected abstract EPPEventResponse |
EPPResellerHandler.doResellerInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Reseller Info command is received. |
protected abstract EPPEventResponse |
EPPResellerHandler.doResellerUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Reseller Update command is received. |
protected abstract EPPEventResponse |
EPPSuggestionHandler.doSuggestionInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Suggestion Info command is received. |
protected abstract EPPEventResponse |
EPPWhoWasHandler.doWhoWasInfo(EPPEvent aEvent,
java.lang.Object aData)
Returns the EPPEventResponse back to the client after processing
the passed in aEvent . |
EPPEventResponse |
EPPWhoWasHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Returns the EPPEventResponse after processing the passed in
aEvent . |
EPPEventResponse |
EPPSuggestionHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPResellerHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPRegistryHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPNameWatchHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPNameVerificationHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPIdnTableHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPHostHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPGenHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPEventHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPPMessage should be handled |
EPPEventResponse |
EPPEmailFwdHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPDomainHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPDefRegHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPContactHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
EPPEventResponse |
EPPBalanceHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Returns the EPPEventResponse after processing the passed in
aEvent . |
protected void |
EPPWhoWasHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all WhoWas commands need to execute after they execute their command specific behavior. |
protected void |
EPPSuggestionHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Suggestion commands need to execute after they execute their command specific behavior. |
protected void |
EPPResellerHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute after they execute their command specific behavior. |
protected void |
EPPRegistryHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute after they execute their command specific behavior. |
protected void |
EPPNameWatchHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all namewatch commands need to execute after they execute their command specific behavior. |
protected void |
EPPNameVerificationHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute after they execute their command specific behavior. |
protected void |
EPPIdnTableHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute after they execute their command specific behavior. |
protected void |
EPPHostHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all gen commands need to execute after they execute their command specific behavior. |
protected void |
EPPGenHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all gen commands need to execute after they execute their command specific behavior. |
protected void |
EPPEmailFwdHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all emailfwd commands need to execute after they execute their command specific behavior. |
protected void |
EPPDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all domain commands need to execute after they execute their command specific behavior. |
protected void |
EPPDefRegHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all defReg commands need to execute after they execute their command specific behavior. |
protected void |
EPPContactHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all contact commands need to execute after they execute their command specific behavior. |
protected void |
EPPBalanceHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Balance commands need to execute after they execute their command specific behavior. |
protected void |
EPPWhoWasHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all WhoWas commands need to execute before they execute their command specific behavior. |
protected void |
EPPSuggestionHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Suggestion commands need to execute before they execute their command specific behavior. |
protected void |
EPPResellerHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute before they execute their command specific behavior. |
protected void |
EPPRegistryHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute before they execute their command specific behavior. |
protected void |
EPPNameWatchHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all namewatch commands need to execute before they execute their command specific behavior. |
protected void |
EPPNameVerificationHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute before they execute their command specific behavior. |
protected void |
EPPIdnTableHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all registry commands need to execute before they execute their command specific behavior. |
protected void |
EPPHostHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all host commands need to execute before they execute their command specific behavior. |
protected void |
EPPGenHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all gen commands need to execute before they execute their command specific behavior. |
protected void |
EPPEmailFwdHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all emailfwd commands need to execute before they execute their command specific behavior. |
protected void |
EPPDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all domain commands need to execute before they execute their command specific behavior. |
protected void |
EPPDefRegHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all defReg commands need to execute before they execute their command specific behavior. |
protected void |
EPPContactHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all contact commands need to execute before they execute their command specific behavior. |
protected void |
EPPBalanceHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Balance commands need to execute before they execute their command specific behavior. |
Uses of EPPEvent in com.verisign.epp.serverstub |
---|
Methods in com.verisign.epp.serverstub with parameters of type EPPEvent | |
---|---|
protected EPPEventResponse |
BalanceHandler.doBalanceInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Balance Info command is received. |
protected EPPEventResponse |
ContactHandler.doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Check command is received. |
protected EPPEventResponse |
JobsContactHandler.doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
ContactHandler.doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Create command is received. |
protected EPPEventResponse |
ContactHandler.doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Delete command is received. |
protected EPPEventResponse |
JobsContactHandler.doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
ContactHandler.doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info command is received. |
protected EPPEventResponse |
ContactHandler.doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Transfer command is received. |
protected EPPEventResponse |
JobsContactHandler.doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
ContactHandler.doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Check command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Create command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Delete command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Info command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Renew command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Transfer command is received. |
protected EPPEventResponse |
DefRegHandler.doDefRegUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPDefReg Update command is received. |
protected EPPEventResponse |
SyncDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
PremiumDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCheck method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
LaunchDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received that includes support for the Claims Check Command with the EPPLaunchCheck extension. |
protected EPPEventResponse |
IdnDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
DomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received. |
protected EPPEventResponse |
AllocationTokenDomainHandler.doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCheck method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add handling
of the Verification Code Extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
ResellerExtDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add handling
of the Reseller Extension. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
PersRegDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Create Response. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
LaunchDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received that includes support for the EPPLaunchCreate extension. |
protected EPPEventResponse |
IdnMapDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add handling
of the IDN Map Extension. |
protected EPPEventResponse |
IdnDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
DomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
ChangePollDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method to accept a
domain create of "change-poll.tld" that will place a change poll message
in the poll queue for consumption by the client. |
protected EPPEventResponse |
AllocationTokenDomainHandler.doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainCreate method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainDelete method and add handling
of the Verification Code Extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainDelete method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
LaunchDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received that includes support for the EPPLaunchDelete extension. |
protected EPPEventResponse |
IdnDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
DomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
WhoisDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for the EPPVerificationCodeInfo extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
ResellerExtDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainInfo method and add handling
of the Reseller Extension. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
PersRegDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Add the consent identifier to the Domain Info Response. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainInfo method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
LaunchDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for the EPPLaunchInfo extension. |
protected EPPEventResponse |
IdnMapDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainInfo method and add handling
of the IDN Map Extension. |
protected EPPEventResponse |
IdnDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
DomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
AllocationTokenDomainHandler.doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainInfo method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainRenew method and add handling
of the Verification Code Extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
PersRegDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Renew Response. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainRenew method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
IdnDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
DomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
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)
|
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainTransfer method and add
handling of the Verification Code Extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
PersRegDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Transfer Request. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainTransfer method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
IdnDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
DomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
AllocationTokenDomainHandler.doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainTransfer method and add
handling of the Allocation Token Extension. |
protected EPPEventResponse |
VerificationCodeDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainUpdate method and add handling
of the Verification Code Extension. |
protected EPPEventResponse |
SyncDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
SecDNSDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
RgpDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
ResellerExtDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainUpdate method and add handling
of the Reseller Extension. |
protected EPPEventResponse |
RelatedDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
PremiumDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
NamestoreExtDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainUpdate method and add
NameStore Extension to response. |
protected EPPEventResponse |
NSDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
LowBalanceDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
LaunchDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received that includes support for the EPPLaunchUpdate extension. |
protected EPPEventResponse |
IdnDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
FeeDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
DomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
CoaDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
protected EPPEventResponse |
AllocationTokenDomainHandler.doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doDomainUpdate method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Check command is received. |
protected EPPEventResponse |
PersRegEmailFwdHandler.doEmailFwdCreate(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Create Response. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Create command is received. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Delete command is received. |
protected EPPEventResponse |
PersRegEmailFwdHandler.doEmailFwdInfo(EPPEvent aEvent,
java.lang.Object aData)
Add the consent identifier to the EmailFwd Info Response. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Info command is received. |
protected EPPEventResponse |
PersRegEmailFwdHandler.doEmailFwdRenew(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Renew Response. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Renew command is received. |
protected EPPEventResponse |
PersRegEmailFwdHandler.doEmailFwdTransfer(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Transfer Request. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Transfer command is received. |
protected EPPEventResponse |
EmailFwdHandler.doEmailFwdUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Update command is received. |
protected EPPEventResponse |
GenHandler.doHello(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Hello command is received. |
protected EPPEventResponse |
NamestoreExtHostHandler.doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostCheck method and add
NameStore Extension to response. |
protected EPPEventResponse |
HostHandler.doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Check command is received. |
protected EPPEventResponse |
NamestoreExtHostHandler.doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostCreate method and add
NameStore Extension to response. |
protected EPPEventResponse |
HostHandler.doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Create command is received. |
protected EPPEventResponse |
NamestoreExtHostHandler.doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostDelete method and add
NameStore Extension to response. |
protected EPPEventResponse |
HostHandler.doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Delete command is received. |
protected EPPEventResponse |
NamestoreExtHostHandler.doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostUpdate method and add
NameStore Extension to response. |
protected EPPEventResponse |
HostHandler.doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Info command is received. |
protected EPPEventResponse |
NamestoreExtHostHandler.doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doHostUpdate method and add
NameStore Extension to response. |
protected EPPEventResponse |
HostHandler.doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Update command is received. |
protected EPPEventResponse |
IdnTableHandler.doIdnTableCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doIdnTableCheck method and add
handling of the IDN Table Info Command. |
protected EPPEventResponse |
IdnTableHandler.doIdnTableInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doIdnTableInfo method and add handling
of the IDN Table Info Command. |
protected EPPEventResponse |
GenHandler.doLogin(EPPEvent aEvent,
java.lang.Object aData)
DOCUMENT ME! |
protected EPPEventResponse |
GenHandler.doLogout(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Logout command is received. |
protected EPPEventResponse |
NameVerificationHandler.doNameVerificationCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doNameVerificationCheck method and add
handling of the Name Verification Check Command. |
protected EPPEventResponse |
NameVerificationHandler.doNameVerificationCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doNameVerificationCreate method and
add handling of the Name Verification Create Command. |
protected EPPEventResponse |
NameVerificationHandler.doNameVerificationInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doNameVerificationInfo method and add
handling of the Name Verification Info Command. |
protected EPPEventResponse |
NameVerificationHandler.doNameVerificationUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doNameVerificationUpdate method and
add handling of the Name Verification Update Command. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Create command is received. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Delete command is received. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Info command is received. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Renew command is received. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Transfer command is received. |
protected EPPEventResponse |
NameWatchHandler.doNameWatchUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a NameWatch Update command is received. |
protected EPPEventResponse |
GenHandler.doPoll(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPP Poll command is received. |
protected EPPEventResponse |
RegistryHandler.doRegistryCheck(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
RegistryHandler.doRegistryCreate(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
RegistryHandler.doRegistryDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Registry Delete command is received. |
protected EPPEventResponse |
RegistryHandler.doRegistryInfo(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
RegistryHandler.doRegistryUpdate(EPPEvent aEvent,
java.lang.Object aData)
|
protected EPPEventResponse |
ResellerHandler.doResellerCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doResellerCheck method and add
handling of the Reseller Check Command. |
protected EPPEventResponse |
ResellerHandler.doResellerCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doResellerCreate method and add
handling of the Reseller Create Command. |
protected EPPEventResponse |
ResellerHandler.doResellerDelete(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doResellerDelete method and add
handling of the Reseller Delete Command. |
protected EPPEventResponse |
ResellerHandler.doResellerInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doResellerInfo method and add handling
of the Reseller Info Command. |
protected EPPEventResponse |
ResellerHandler.doResellerUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler doResellerUpdate method and add
handling of the Reseller Update Command. |
protected EPPEventResponse |
SuggestionHandler.doSuggestionInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Suggestion Info command is received. |
protected EPPEventResponse |
WhoWasHandler.doWhoWasInfo(EPPEvent aEvent,
java.lang.Object aData)
Returns the EPPEventResponse back to the client after processing
the passed in aEvent . |
EPPEventResponse |
EPPTestGenHandler.handleEvent(EPPEvent aEvent,
java.lang.Object aData)
This method receives an EPPEvent and routes it to the
appropriate abstract method. |
protected void |
SyncDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
SuggestionHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Suggestion commands need to execute after they execute their command specific behavior. |
protected void |
SecDNSDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
RgpDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
NameWatchHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all NameWatch commands need to execute after they execute their command specific behavior. |
protected void |
NSDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
LowBalanceDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
IdnDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
HostHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Host commands need to execute after they execute their command specific behavior. |
protected void |
EmailFwdHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all EPPEmailFwd commands need to execute after they execute their command specific behavior. |
protected void |
EPPTestGenHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all test commands need to execute after they execute their command specific behavior. |
protected void |
DomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
DefRegHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all EPPDefReg commands need to execute after they execute their command specific behavior. |
protected void |
ContactHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Contact commands need to execute after they execute their command specific behavior. |
protected void |
CoaDomainHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after they execute their command specific behavior. |
protected void |
BalanceHandler.postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Balance commands need to execute after they execute their command specific behavior. |
protected void |
WhoWasHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Verifies that passed in aSessionData has valid logged in
state, otherwise throws EPPHandleEventException . |
protected void |
SyncDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
SuggestionHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Suggestion commands need to execute before they execute their command specific behavior. |
protected void |
SecDNSDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
RgpDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
ResellerHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Do any pre-handling of commands. |
protected void |
ResellerExtDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Ensure that there is an active session. |
protected void |
NamestoreExtHostHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
protected void |
NamestoreExtDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
protected void |
NameWatchHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all NameWatch commands need to execute before they execute their command specific behavior. |
protected void |
NameVerificationHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Do any pre-handling of commands. |
protected void |
NSDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
LowBalanceDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
IdnTableHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Do any pre-handling of commands. |
protected void |
IdnMapDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
protected void |
IdnDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
HostHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Host commands need to execute before they execute their command specific behavior. |
protected void |
EmailFwdHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all EPPEmailFwd commands need to execute before they execute their command specific behavior. |
protected void |
EPPTestGenHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all test commands need to execute before they execute their command specific behavior. |
protected void |
DomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
DefRegHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all EPPDefReg commands need to execute before they execute their command specific behavior. |
protected void |
ContactHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Contact commands need to execute before they execute their command specific behavior. |
protected void |
CoaDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute before they execute their command specific behavior. |
protected void |
ChangePollDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
protected void |
BalanceHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Balance commands need to execute before they execute their command specific behavior. |
protected void |
AllocationTokenDomainHandler.preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |