Class AddlEmailContactHandler

All Implemented Interfaces:
EPPEventHandler

public class AddlEmailContactHandler extends ContactHandler
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 Details

    • AddlEmailContactHandler

      public AddlEmailContactHandler()
      Constructs an instance of AddlEmailContactHandler
  • Method Details

    • doContactCreate

      public EPPEventResponse doContactCreate(EPPEvent aEvent, Object aData)
      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:
      doContactCreate in class ContactHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this handler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doContactUpdate

      public EPPEventResponse doContactUpdate(EPPEvent aEvent, Object aData)
      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:
      doContactUpdate in class ContactHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this handler
      Returns:
      EPPEventResponse The response that should be sent back to the client.
    • doContactInfo

      public EPPEventResponse doContactInfo(EPPEvent aEvent, Object aData)
      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:
      doContactInfo in class ContactHandler
      Parameters:
      aEvent - The EPPEvent that is being handled
      aData - Any data that a Server needs to send to this handler
      Returns:
      EPPEventResponse The response that should be sent back to the client.