public class MessageProcessorFilterPair extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements FlowConstructAware, MuleContextAware, org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
MessageProcessorFilterPair(Processor messageProcessor,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Filter |
getFilter() |
Processor |
getMessageProcessor() |
void |
initialise() |
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMuleContext(MuleContext context) |
void |
start() |
void |
stop() |
String |
toString() |
public Processor getMessageProcessor()
public Filter getFilter()
public void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct in interface FlowConstructAwarepublic void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarecontext - the Mule node.public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.