org.mule.lifecycle.processor
Class ProcessIfStartedWaitIfSyncPausedMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.processor.AbstractFilteringMessageProcessor
          extended by org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
              extended by org.mule.lifecycle.processor.ProcessIfStartedWaitIfPausedMessageProcessor
                  extended by org.mule.lifecycle.processor.ProcessIfStartedWaitIfSyncPausedMessageProcessor
All Implemented Interfaces:
MuleContextAware, InterceptingMessageProcessor, MessageProcessor, MessageSource

public class ProcessIfStartedWaitIfSyncPausedMessageProcessor
extends ProcessIfStartedWaitIfPausedMessageProcessor


Field Summary
 
Fields inherited from class org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
lifecycleState, startable
 
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor
onUnacceptedFlowConstruct, throwOnUnaccepted, unacceptedMessageProcessor
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, muleContext, next, notificationHandler
 
Constructor Summary
ProcessIfStartedWaitIfSyncPausedMessageProcessor(Startable startable, LifecycleState lifecycleState)
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 
Methods inherited from class org.mule.lifecycle.processor.ProcessIfStartedWaitIfPausedMessageProcessor
accept, isPaused
 
Methods inherited from class org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
getStartableName, handleUnaccepted
 
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor
filterUnacceptedException, getUnacceptedMessageProcessor, isThrowOnUnaccepted, setThrowOnUnaccepted, setUnacceptedMessageProcessor
 
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
 

Constructor Detail

ProcessIfStartedWaitIfSyncPausedMessageProcessor

public ProcessIfStartedWaitIfSyncPausedMessageProcessor(Startable startable,
                                                        LifecycleState lifecycleState)
Method Detail

process

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

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


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