org.mule.endpoint.inbound
Class InboundNotificationMessageProcessor

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

public class InboundNotificationMessageProcessor
extends AbstractMessageObserver

Publishes a EndpointMessageNotification's when a message is received.


Field Summary
protected  InboundEndpoint endpoint
           
 
Fields inherited from class org.mule.processor.AbstractMessageObserver
logger
 
Constructor Summary
InboundNotificationMessageProcessor(InboundEndpoint 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
 

Field Detail

endpoint

protected InboundEndpoint endpoint
Constructor Detail

InboundNotificationMessageProcessor

public InboundNotificationMessageProcessor(InboundEndpoint endpoint)
Method Detail

observe

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


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