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
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
- 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(java.lang.Object message,
java.lang.String endpoint)
throws MalformedEndpointException
setEndpoint
protected void setEndpoint(UMOEndpointURI endpointUri)
throws MalformedEndpointException
- Throws:
MalformedEndpointException
getMuleEventContext
public UMOEventContext getMuleEventContext()
getEndpoint
public UMOEndpointURI getEndpoint()
getApplicationContext
public ApplicationContext getApplicationContext()
getProperties
public java.util.Map getProperties()
setProperty
public void setProperty(java.lang.Object key,
java.lang.Object value)
getProperty
public java.lang.Object getProperty(java.lang.Object key)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.