|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractFilteringMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedWaitIfPausedMessageProcessor
org.mule.lifecycle.processor.ProcessIfStartedWaitIfSyncPausedMessageProcessor
public class ProcessIfStartedWaitIfSyncPausedMessageProcessor
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 |
---|
public ProcessIfStartedWaitIfSyncPausedMessageProcessor(Startable startable, LifecycleState lifecycleState)
Method Detail |
---|
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
process
in interface MessageProcessor
process
in class ProcessIfStartedWaitIfPausedMessageProcessor
event
- MuleEvent to be processed
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |