org.mule.endpoint.inbound
Class InboundNotificationMessageProcessor

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

public class InboundNotificationMessageProcessor
extends Object
implements MessageProcessor

Publishes a EndpointMessageNotification's when a message is received.


Field Summary
protected  InboundEndpoint endpoint
           
 
Constructor Summary
InboundNotificationMessageProcessor(InboundEndpoint endpoint)
           
 
Method Summary
 InboundEndpoint getInboundEndpoint()
           
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 String 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

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Description copied from interface: MessageProcessor
Invokes the MessageProcessor.

Specified by:
process in interface MessageProcessor
Parameters:
event - MuleEvent to be processed
Returns:
optional response MuleEvent
Throws:
MuleException

getInboundEndpoint

public final InboundEndpoint getInboundEndpoint()
Returns:
underlying InboundEndpoint

toString

public String toString()
Overrides:
toString in class Object


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