|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public static @interface RestProxy.UseJsonP
A marker interface to specify that the calls made to the service must be made through jsonP. The server must support jsonP. It can be used to access cross site services that does not allow the current domain through CORS.
| Optional Element Summary | |
|---|---|
String |
callbackParam
Inform the name of the jsonp callback parameter. |
String |
failureCallbackParam
Inform the name of the jsonp error callback parameter. |
public abstract String callbackParam
public abstract String failureCallbackParam
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||