public class MessageProcessorFilterPair extends Object implements FlowConstructAware, MuleContextAware, Lifecycle
PHASE_NAME
PHASE_NAME
PHASE_NAME
PHASE_NAME
Constructor and Description |
---|
MessageProcessorFilterPair(MessageProcessor messageProcessor,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
A lifecycle method where implementor should free up any resources.
|
Filter |
getFilter() |
MessageProcessor |
getMessageProcessor() |
void |
initialise()
Method used to perform any initialisation work.
|
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMuleContext(MuleContext context) |
void |
start() |
void |
stop() |
String |
toString() |
public MessageProcessorFilterPair(MessageProcessor messageProcessor, Filter filter)
public MessageProcessor getMessageProcessor()
public Filter getFilter()
public void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct
in interface FlowConstructAware
public void setMuleContext(MuleContext context)
setMuleContext
in interface MuleContextAware
public void initialise() throws InitialisationException
Initialisable
InitialisationException
should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException
should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.initialise
in interface Initialisable
InitialisationException
- if a fatal error occurs causing the Mule instance to shutdownRecoverableException
- if an error occurs that can be recovered frompublic void start() throws MuleException
start
in interface Startable
MuleException
public void stop() throws MuleException
stop
in interface Stoppable
MuleException
public void dispose()
Disposable
dispose
in interface Disposable
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.