Class EPPEvent


  • public class EPPEvent
    extends java.lang.Object
    The EPPEvent class contains an EPPMessage for EPPEventHandlers to respond to.

    See Also:
    EPPEventHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected EPPMessage theEPPMessage
      The EPPMessage that this EPPEvent contains
    • Constructor Summary

      Constructors 
      Constructor Description
      EPPEvent​(EPPMessage aMessage)
      Create an EPPEvent
    • Method Summary

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

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

      • theEPPMessage

        protected EPPMessage theEPPMessage
        The EPPMessage that this EPPEvent contains
    • Constructor Detail

      • EPPEvent

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

      • getMessage

        public EPPMessage getMessage()
        Gets this EPPEvent's EPPMessage
        Returns:
        This EPPEvent's EPPMessage