| java.lang.Object | |
| ↳ | org.mule.module.MuleRequesterModule |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Generic module
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| muleContext | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Request a resource from an address or endpoint.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
Request a resource from an address or endpoint.
To make the request using the address, use the format "protocol://address". E.g.: "file://path/to/file".
Otherwise, you can use a global endpoint name. E.g.: "fileEndpoint".
| resource | The address of the resource or the global endpoint name |
|---|---|
| timeout | The timeout to wait for when requesting the resource |
| returnClass | The return class to which this processor will transform the payload from the requested resource |
| throwExceptionOnTimeout | Whether to throw an exception or not if no message is received in the configured timeout |
| MuleException | Some exception |
|---|
| muleContext |
|---|