@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Deprecated public @interface RestCall
| Modifier and Type | Required Element and Description |
|---|---|
String |
uri
Deprecated.
URI of the REST resource to query
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
contentType
Deprecated.
The content-type of the response from this method call.
|
RestExceptionOn[] |
exceptions
Deprecated.
List of exceptions to throw, configured by pairing an exception type and an expression which is evaluated.
|
HttpMethod |
method
Deprecated.
The HTTP method to use
|
public abstract String uri
public abstract String contentType
public abstract HttpMethod method
public abstract RestExceptionOn[] exceptions
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.