Package com.verisign.epp.framework
Interface EPPEventHandler
- All Known Implementing Classes:
AddlEmailContactHandler,AllocationTokenDomainHandler,BalanceDomainHandler,BalanceHandler,BalanceHandler,ChangeHandler,ChangePollDomainHandler,CoaDomainHandler,ContactHandler,DefRegHandler,DomainHandler,EmailFwdHandler,EPPBalanceHandler,EPPBalanceHandler,EPPChangeHandler,EPPContactHandler,EPPDefRegHandler,EPPDomainHandler,EPPEmailFwdHandler,EPPGenHandler,EPPHostHandler,EPPIdnTableHandler,EPPMaintenanceHandler,EPPNameVerificationHandler,EPPNameWatchHandler,EPPOrgHandler,EPPRegistryHandler,EPPRegistryHandler,EPPTestGenHandler,EPPValidateHandler,FeeDomainHandler,GenHandler,HostHandler,IdnDomainHandler,IdnMapDomainHandler,IdnTableHandler,LaunchDomainHandler,LoginSecGenHandler,LowBalanceDomainHandler,MaintenanceHandler,NamestoreExtDomainHandler,NamestoreExtHostHandler,NameVerificationHandler,NameWatchHandler,NSContactHandler,NSDomainHandler,NSHostHandler,OrgExtDomainHandler,OrgHandler,PersRegDomainHandler,PersRegEmailFwdHandler,RegistryHandler,RegistryHandler,RelatedDomainHandler,RgpDomainHandler,RZChangeHandler,RZDomainHandler,RZHostHandler,SecDNSDomainHandler,SecureAuthInfoContactHandler,SecureAuthInfoDomainHandler,SyncDomainHandler,TtlDomainHandler,TtlHostHandler,UnhandledNamespacesDomainHandler,ValidateHandler,VerificationCodeDomainHandler,WhoisDomainHandler
public interface EPPEventHandler
The
EPPEventHandler interface defines the interface used to be
notified of EPPEvents. - See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe Namespace that a handler is associated with.handleEvent(EPPEvent aEvent, Object aData) Invoked when an EPPMessage should be handled
-
Method Details
-
handleEvent
Invoked when an EPPMessage should be handled- Parameters:
aEvent- The Event to be handledaData- Any additional data that may need to be received.- Returns:
EPPEventResponseThe response to return- Throws:
EPPEventException- On handling event error
-
getNamespace
String getNamespace()The Namespace that a handler is associated with.- Returns:
- String The Namespace that the handler is associated with.
-