Class Overview
DestroyStatusMessageProcessor invokes the destroyStatus(long) method in TwitterConnector. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
Summary
| Public Methods |
|
void
|
dispose()
|
|
void
|
initialise()
Obtains the expression manager from the Mule context and initialises the connector.
|
|
MuleEvent
|
process(MuleEvent event)
Invokes the MessageProcessor.
|
|
void
|
setFlowConstruct(FlowConstruct flowConstruct)
Sets flow construct
|
|
void
|
setMuleContext(MuleContext context)
Set the Mule context
|
|
void
|
setStatusId(Object value)
Sets statusId
|
|
void
|
start()
|
|
void
|
stop()
|
Fields
protected
long
_statusIdType
protected
Object
statusId
Public Constructors
public
DestroyStatusMessageProcessor
()
Public Methods
public
void
initialise
()
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
public
MuleEvent
process
(MuleEvent event)
Invokes the MessageProcessor.
Parameters
| event
| MuleEvent to be processed |
public
void
setFlowConstruct
(FlowConstruct flowConstruct)
Parameters
| flowConstruct
| Flow construct to set
|
public
void
setMuleContext
(MuleContext context)
Parameters
| context
| Mule context to set
|
public
void
setStatusId
(Object value)