| java.lang.Object | |
| ↳ | org.mule.modules.rest.config.RouterMessageProcessor |
RouterMessageProcessor invokes the router(java.lang.String, org.mule.api.NestedProcessor, org.mule.api.NestedProcessor, org.mule.api.NestedProcessor, org.mule.api.NestedProcessor, org.mule.api.NestedProcessor, java.lang.String, java.lang.String, org.mule.api.callback.InterceptCallback) method in RestModule. 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.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _contType | |||||||||||
| _deleteType | |||||||||||
| _getType | |||||||||||
| _methodType | |||||||||||
| _patchType | |||||||||||
| _postType | |||||||||||
| _putType | |||||||||||
| _templateUriType | |||||||||||
| _uriType | |||||||||||
| cont | |||||||||||
| delete | |||||||||||
| expressionManager | Mule Expression Manager | ||||||||||
| flowConstruct | Flow construct | ||||||||||
| get | |||||||||||
| logger | |||||||||||
| messageProcessor | Message processor that will get called for processing incoming events | ||||||||||
| method | |||||||||||
| moduleObject | Module object | ||||||||||
| muleContext | Mule Context | ||||||||||
| patch | |||||||||||
| patternInfo | Mule Pattern Info | ||||||||||
| post | |||||||||||
| put | |||||||||||
| retryCount | Variable used to track how many retries we have attempted on this message processor | ||||||||||
| retryMax | Maximum number of retries that can be attempted. | ||||||||||
| templateUri | |||||||||||
| uri | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Invokes the MessageProcessor.
| |||||||||||
Sets cont
| |||||||||||
Sets delete
| |||||||||||
Sets flow construct
| |||||||||||
Sets get
| |||||||||||
Sets the message processor that will "listen" the events generated by this message source
| |||||||||||
Sets method
| |||||||||||
Sets the instance of the object under which the processor will execute
| |||||||||||
Set the Mule context
| |||||||||||
Sets patch
| |||||||||||
Sets post
| |||||||||||
Sets put
| |||||||||||
Sets retryMax
| |||||||||||
Sets templateUri
| |||||||||||
Sets uri
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.construct.FlowConstructAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.api.processor.MessageProcessor
| |||||||||||
From interface
org.mule.api.source.MessageSource
| |||||||||||
Mule Expression Manager
Flow construct
Message processor that will get called for processing incoming events
Module object
Mule Context
Mule Pattern Info
Variable used to track how many retries we have attempted on this message processor
Maximum number of retries that can be attempted.
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.
| InitialisationException |
|---|
Invokes the MessageProcessor.
| event | MuleEvent to be processed |
|---|
| MuleException |
|---|
Sets cont
| value | Value to set |
|---|
Sets delete
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Sets get
| value | Value to set |
|---|
Sets the message processor that will "listen" the events generated by this message source
| listener | Message processor |
|---|
Sets method
| value | Value to set |
|---|
Sets the instance of the object under which the processor will execute
| moduleObject | Instace of the module |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets patch
| value | Value to set |
|---|
Sets post
| value | Value to set |
|---|
Sets put
| value | Value to set |
|---|
Sets retryMax
| value | Value to set |
|---|
Sets templateUri
| value | Value to set |
|---|
Sets uri
| value | Value to set |
|---|
| MuleException |
|---|
| MuleException |
|---|