Example #1
0
 MuleApplicationEvent(Object message, UMOEventContext context, ApplicationContext appContext)
     throws MalformedEndpointException {
   super(message);
   this.context = context;
   setEndpoint(context.getEndpointURI().toString());
   applicationContext = appContext;
 }