org.mule.endpoint.inbound
Class InboundEndpointPropertyMessageProcessor

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

public class InboundEndpointPropertyMessageProcessor
extends Object
implements MessageProcessor

Sets the inbound endpoint uri on as a property of the message using the following key: MuleProperties.MULE_ORIGINATING_ENDPOINT_PROPERTY.


Constructor Summary
InboundEndpointPropertyMessageProcessor(InboundEndpoint endpoint)
           
 
Method Summary
 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
 

Constructor Detail

InboundEndpointPropertyMessageProcessor

public InboundEndpointPropertyMessageProcessor(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

toString

public String toString()
Overrides:
toString in class Object


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