com.verisign.epp.serverstub
Class SuggestionHandler
java.lang.Object
com.verisign.epp.framework.EPPSuggestionHandler
com.verisign.epp.serverstub.SuggestionHandler
- All Implemented Interfaces:
- EPPEventHandler
public class SuggestionHandler
- extends EPPSuggestionHandler
Method Summary |
protected EPPEventResponse |
doSuggestionInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Suggestion Info command is received. |
protected void |
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 |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionHandler
public SuggestionHandler()
- Constructs an instance of SuggestionHandler
preHandleEvent
protected void preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
- Handles any common behavior that all Suggestion commands need to execute
before they execute their command specific behavior.
- Overrides:
preHandleEvent
in class EPPSuggestionHandler
- Parameters:
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPSuggestionHandler
This is assumed to be an
instance of SessionData here.
- Throws:
EPPHandleEventException
- Thrown if an error condition occurs. It must contain an
EPPEventResponse
postHandleEvent
protected void postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
throws EPPHandleEventException
- Handles any common behavior that all Suggestion commands need to execute
after they execute their command specific behavior.
- Overrides:
postHandleEvent
in class EPPSuggestionHandler
- Parameters:
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPSuggestionHandler
- Throws:
EPPHandleEventException
- Thrown if an error condition occurs. It must contain an
EPPEventResponse
doSuggestionInfo
protected EPPEventResponse doSuggestionInfo(EPPEvent aEvent,
java.lang.Object aData)
- Invoked when a Suggestion Info command is received.
- Specified by:
doSuggestionInfo
in class EPPSuggestionHandler
- Parameters:
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPSuggestiondHandler
- Returns:
- EPPEventResponse The response that should be sent back to the
client.
Copyright ? VeriSign Inc. All Rights Reserved.