Class Overview
ShowStatusMessageProcessor invokes the showStatus(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
| Fields |
|
protected
long |
_idType |
|
|
protected
Object |
id |
|
| 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
|
setId(Object value)
Sets id
|
|
void
|
setMuleContext(MuleContext context)
Set the Mule context
|
|
void
|
start()
|
|
void
|
stop()
|
Fields
Public Constructors
public
ShowStatusMessageProcessor
()
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
setId
(Object value)
public
void
setMuleContext
(MuleContext context)
Parameters
| context
| Mule context to set
|