org.mule.extras.spring.events
Class MuleApplicationEvent
java.lang.Object
ApplicationEvent
org.mule.extras.spring.events.MuleApplicationEvent
- public class MuleApplicationEvent
- extends ApplicationEvent
MuleApplicationEvent is an Spring ApplicationEvent used to wrap a
MuleEvent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleApplicationEvent
public MuleApplicationEvent(Object message,
String endpoint)
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.