org.mule.endpoint.outbound
Class OutboundNotificationMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractMessageObserver
      extended by org.mule.endpoint.outbound.OutboundNotificationMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class OutboundNotificationMessageProcessor
extends AbstractMessageObserver

Publishes a EndpointMessageNotification's when a message is sent or dispatched.


Field Summary
 
Fields inherited from class org.mule.processor.AbstractMessageObserver
logger
 
Constructor Summary
OutboundNotificationMessageProcessor(OutboundEndpoint endpoint)
           
 
Method Summary
 void observe(MuleEvent event)
           
 
Methods inherited from class org.mule.processor.AbstractMessageObserver
process, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutboundNotificationMessageProcessor

public OutboundNotificationMessageProcessor(OutboundEndpoint endpoint)
Method Detail

observe

public void observe(MuleEvent event)
Specified by:
observe in class AbstractMessageObserver


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.