org.mule.lifecycle.processor
Class ProcessIfStartedWaitIfSyncPausedMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessorBase
      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:
AnnotatedObject, 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.AbstractInterceptingMessageProcessorBase
logger, muleContext, next, notificationHandler
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
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.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
 

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