org.mule.construct
Class AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.processor.AbstractFilteringMessageProcessor
          extended by org.mule.construct.AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor
All Implemented Interfaces:
MuleContextAware, InterceptingMessageProcessor, MessageProcessor, MessageSource
Enclosing class:
AbstractFlowConstruct

public class AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor
extends AbstractFilteringMessageProcessor


Field Summary
 
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
AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor()
           
 
Method Summary
protected  boolean accept(MuleEvent event)
           
protected  MuleEvent handleUnaccepted(MuleEvent event)
           
 
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor
filterUnacceptedException, getUnacceptedMessageProcessor, isThrowOnUnaccepted, process, 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

AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor

public AbstractFlowConstruct.ProcessIfPipelineStartedMessageProcessor()
Method Detail

accept

protected boolean accept(MuleEvent event)
Specified by:
accept in class AbstractFilteringMessageProcessor

handleUnaccepted

protected MuleEvent handleUnaccepted(MuleEvent event)
                              throws LifecycleException
Overrides:
handleUnaccepted in class AbstractFilteringMessageProcessor
Throws:
LifecycleException


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