org.mule.endpoint.outbound
Class OutboundSessionHandlerMessageProcessor

java.lang.Object
  extended by org.mule.endpoint.outbound.OutboundSessionHandlerMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class OutboundSessionHandlerMessageProcessor
extends Object
implements MessageProcessor

Stores session information on the outbound message.

See Also:
SessionHandler

Constructor Summary
OutboundSessionHandlerMessageProcessor(SessionHandler sessionHandler)
           
 
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

OutboundSessionHandlerMessageProcessor

public OutboundSessionHandlerMessageProcessor(SessionHandler sessionHandler)
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-2012 MuleSoft, Inc.. All Rights Reserved.