Class AddlEmailContactHandler
java.lang.Object
com.verisign.epp.framework.EPPContactHandler
com.verisign.epp.serverstub.ContactHandler
com.verisign.epp.serverstub.addlemail.AddlEmailContactHandler
- All Implemented Interfaces:
EPPEventHandler
The
AddlEmailContactHandler class extends the ContactHandler
class to implement the behavior defined in "draft-ietf-regext-epp-eai" for
commands and responses that contain EAI addresses when the client does or
does not support "draft-ietf-regext-epp-eai".-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoContactCreate(EPPEvent aEvent, Object aData) Invoked when a Contact Create Command is received.doContactInfo(EPPEvent aEvent, Object aData) Invoked when a Contact Info Command is received.doContactUpdate(EPPEvent aEvent, Object aData) Invoked when a Contact Update Command is received.Methods inherited from class com.verisign.epp.serverstub.ContactHandler
doContactCheck, doContactDelete, doContactTransfer, getDefaultInfoResponseWithAllElements, getMinimalInfoResponseWithAllElements, getPartialInfoResponseWithAllElements, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPContactHandler
getNamespace, handleEvent
-
Constructor Details
-
AddlEmailContactHandler
public AddlEmailContactHandler()Constructs an instance ofAddlEmailContactHandler
-
-
Method Details
-
doContactCreate
Invoked when a Contact Create Command is received. This method will key off a contact starting with the ID "AE-" to implement specific test logic.- Overrides:
doContactCreatein classContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to this handler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doContactUpdate
Invoked when a Contact Update Command is received. This method will key off a contact starting with the ID "AE-" to implement specific test logic.- Overrides:
doContactUpdatein classContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to this handler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doContactInfo
Invoked when a Contact Info Command is received. This method will key off a contact starting with the ID "AE-" to implement specific test logic.- Overrides:
doContactInfoin classContactHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to this handler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-