org.mule.extras.spring.events
Class MuleApplicationEvent

java.lang.Object
  extended byApplicationEvent
      extended byorg.mule.extras.spring.events.MuleApplicationEvent

public class MuleApplicationEvent
extends ApplicationEvent

MuleApplicationEvent is an Spring ApplicationEvent used to wrap a MuleEvent

See Also:
Serialized Form

Constructor Summary
MuleApplicationEvent(Object message, String endpoint)
           
 
Method Summary
 ApplicationContext getApplicationContext()
           
 String getEndpoint()
           
 UMOEventContext getMuleEventContext()
           
 Map getProperties()
           
 Object getProperty(Object key)
           
 void setProperty(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleApplicationEvent

public MuleApplicationEvent(Object message,
                            String endpoint)
Method Detail

getMuleEventContext

public UMOEventContext getMuleEventContext()

getEndpoint

public String getEndpoint()

getApplicationContext

public ApplicationContext getApplicationContext()

getProperties

public Map getProperties()

setProperty

public void setProperty(Object key,
                        Object value)

getProperty

public Object getProperty(Object key)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.