org.mule.service.processor
Class ServiceInternalMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.service.processor.ServiceInternalMessageProcessor
All Implemented Interfaces:
MuleContextAware, InterceptingMessageProcessor, MessageProcessor, MessageSource

public class ServiceInternalMessageProcessor
extends AbstractInterceptingMessageProcessor


Field Summary
protected  Service service
           
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, muleContext, next, notificationHandler
 
Constructor Summary
ServiceInternalMessageProcessor(Service service)
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour
protected  void processReplyTo(MuleEvent event, MuleEvent result, ReplyToHandler replyToHandler, Object replyTo)
           
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
fireNotification, getMuleContext, processNext, setListener, setMuleContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

service

protected Service service
Constructor Detail

ServiceInternalMessageProcessor

public ServiceInternalMessageProcessor(Service service)
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
We do all this together here rather than chaining them in order to conserve 2.x exception handling behaviour

Parameters:
event - MuleEvent to be processed
Returns:
optional response MuleEvent
Throws:
MuleException

processReplyTo

protected void processReplyTo(MuleEvent event,
                              MuleEvent result,
                              ReplyToHandler replyToHandler,
                              Object replyTo)
                       throws MuleException
Throws:
MuleException


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