java.lang.Object | ||
↳ | org.mule.module.linkedin.processors.AbstractExpressionEvaluator | |
↳ | org.mule.module.linkedin.processors.AbstractMessageProcessor<O> |
Known Direct Subclasses |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
flowConstruct | Flow Construct | ||||||||||
moduleObject | Module object | ||||||||||
muleContext | Mule Context |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves flowConstruct
| |||||||||||
Retrieves moduleObject
| |||||||||||
Retrieves muleContext
| |||||||||||
Overwrites the event payload with the specified one
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets moduleObject
| |||||||||||
Sets muleContext
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.linkedin.processors.AbstractExpressionEvaluator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.construct.FlowConstructAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
|
Flow Construct
Module object
Mule Context
Retrieves flowConstruct
Retrieves moduleObject
Retrieves muleContext
Overwrites the event payload with the specified one
event | |
---|---|
resultPayload |
Exception |
---|
Sets flowConstruct
value | Value to set |
---|
Sets moduleObject
value | Value to set |
---|
Sets muleContext
value | Value to set |
---|
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.
moduleClass | |
---|---|
shouldAutoCreate | |
muleEvent |
RegistrationException | |
---|---|
ConfigurationException | |
IllegalAccessException | |
InstantiationException |