Class EPPEventResponse


  • public class EPPEventResponse
    extends java.lang.Object
    The EPPEventResponse class contains an EPPMessage and is the class EPPEventHandlers use to return responses.

    See Also:
    EPPEventHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected EPPMessage theResponse
      The EPPMessage that this EPPEventResponse contains
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EPPMessage getResponse()
      Gets this EPPEventResponse's EPPMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • theResponse

        protected EPPMessage theResponse
        The EPPMessage that this EPPEventResponse contains
    • Constructor Detail

      • EPPEventResponse

        public EPPEventResponse​(EPPMessage aResponse)
        Create an EPPEventResponse
        Parameters:
        aResponse - An EPPMessage to contain
    • Method Detail

      • getResponse

        public EPPMessage getResponse()
        Gets this EPPEventResponse's EPPMessage
        Returns:
        This EPPEventResponse's EPPMessage