org.springframework.integration.event.core
Class MessagingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.integration.event.core.MessagingEvent
All Implemented Interfaces:
java.io.Serializable

public class MessagingEvent
extends ApplicationEvent

A subclass of ApplicationEvent that wraps a Message.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MessagingEvent(Message<?> message)
           
 
Method Summary
 Message<?> getMessage()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessagingEvent

public MessagingEvent(Message<?> message)
Method Detail

getMessage

public Message<?> getMessage()