| Enum | Description |
|---|---|
| HttpMethod |
| Annotation Type | Description |
|---|---|
| BasicAuthPassword |
Represents the password that is going to be used to send an authentication header along with
BasicAuthUsername |
| BasicAuthUsername |
Represents the username that is going to be used to send an authentication header along with
BasicAuthPassword |
| BinaryParam |
Specifies if the payload is a binary type.
|
| RestCall |
Used with the @Processor annotation.
|
| RestExceptionOn |
Throws an exception on specified criteria.
|
| RestHeaderParam |
Allows you to insert custom headers in the HTTP request.
|
| RestHttpClient |
An annotation to mark the HttpClient the module uses.
|
| RestPostParam |
Allows you to set parameters in the body of POST method calls.
|
| RestQueryParam |
Specifies URI query parameters, which are appended to the path of the URI after a ? or & symbol.
|
| RestTimeout |
This annotation can be attached to a
RestCall to optionally specify a
timeout in milliseconds for the rest call. |
| RestUriParam |
Allows you to dynamically generate URIs by inserting parameters which are annotated with the
RestUriParam annotation. |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.