org.mule.service.processor
Class ServiceInternalMessageProcessor

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

public class ServiceInternalMessageProcessor
extends AbstractInterceptingMessageProcessor


Field Summary
protected  Service service
           
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
logger, muleContext, next, notificationHandler
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
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.AbstractInterceptingMessageProcessorBase
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, setListener, setMuleContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.api.source.MessageSource
setListener
 

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-2012 MuleSoft, Inc.. All Rights Reserved.