| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.processors.AbstractExpressionEvaluator | ||
| ↳ | org.mule.modules.quickbooks.windows.processors.AbstractMessageProcessor<O> | ||
| ↳ | org.mule.modules.quickbooks.windows.processors.AbstractListeningMessageProcessor<O> | ||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| messageProcessor | Message processor that will get called for processing incoming events | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.processors.AbstractMessageProcessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves messageProcessor
| |||||||||||
Implements SourceCallback#process(org.mule.api.MuleEvent).
| |||||||||||
Implements
process(). | |||||||||||
Implements SourceCallback#process(org.mule.api.MuleEvent).
| |||||||||||
Sets the message processor that will "listen" the events generated by this message source
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.processors.AbstractMessageProcessor
| |||||||||||
From class
org.mule.modules.quickbooks.windows.processors.AbstractExpressionEvaluator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.callback.SourceCallback
| |||||||||||
From interface
org.mule.api.construct.FlowConstructAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
Message processor that will get called for processing incoming events
Retrieves messageProcessor
Implements SourceCallback#process(org.mule.api.MuleEvent). This message source will be passed on to the actual pojo's method as a callback mechanism.
| message | |
|---|---|
| properties |
| Exception |
|---|
Implements process(). This message source will be passed on to the actual pojo's method as a callback mechanism.
| Exception |
|---|
Implements SourceCallback#process(org.mule.api.MuleEvent). This message source will be passed on to the actual pojo's method as a callback mechanism.
| message |
|---|
| Exception |
|---|
Sets the message processor that will "listen" the events generated by this message source
| listener | Message processor |
|---|