|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EPPEventHandler
The EPPEventHandler
interface defines the interface used to be
notified of EPPEvents.
EPPException
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 return
EPPEventException
java.lang.String getNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |