public interface EPPEventHandler
EPPEventHandler interface defines the interface used to be
notified of EPPEvents. EPPException| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace()
The Namespace that a handler is associated with.
|
EPPEventResponse |
handleEvent(EPPEvent aEvent,
java.lang.Object aData)
Invoked when an EPPMessage should be handled
|
EPPEventResponse handleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPEventException
aEvent - The Event to be handledaData - Any additional data that may need to be received.EPPEventResponse The response to returnEPPEventExceptionjava.lang.String getNamespace()
Copyright © VeriSign Inc. All Rights Reserved.