public class EmailFwdHandler extends EPPEmailFwdHandler
EmailFwdHandler
class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPEPPEmailFwdHandler
class. It defines the Server's response to all received EPP EmailFwd
Commands.EPPEvent
,
EPPEventResponse
Constructor and Description |
---|
EmailFwdHandler()
Constructs an instance of EPPEmailFwdHandler
|
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doEmailFwdCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Check command is received.
|
protected EPPEventResponse |
doEmailFwdCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Create command is received.
|
protected EPPEventResponse |
doEmailFwdDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Delete command is received.
|
protected EPPEventResponse |
doEmailFwdInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Info command is received.
|
protected EPPEventResponse |
doEmailFwdRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Renew command is received.
|
protected EPPEventResponse |
doEmailFwdTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Transfer command is received.
|
protected EPPEventResponse |
doEmailFwdUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a EPPEmailFwd Update command is received.
|
protected void |
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 |
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.
|
getNamespace, handleEvent
public EmailFwdHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwdHandler
This is assumed to be an
instance of SessionData here.EPPHandleEventException
- Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected void postHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
postHandleEvent
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwdHandler
EPPHandleEventException
- Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected EPPEventResponse doEmailFwdCheck(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdCheck
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdRenew(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdRenew
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdDelete(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdDelete
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdCreate(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdCreate
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdTransfer(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdTransfer
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdUpdate(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdUpdate
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
protected EPPEventResponse doEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdInfo
in class EPPEmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEPPEmailFwddHandler
Copyright © VeriSign Inc. All Rights Reserved.