The EGLService annotation
supports access of EGL REST-RPC services.
- Package
eglx.rest
- Comments
The fields in the EGLService annotation
are as follows:
- serviceName string?
- Specify the name of the Service type; but only if you use a proxy
function to invoke a dedicated service. The default is null.
- requestCharSet string
- The character encoding for the request message. The default value
is "UTF-8".
- requestContentType string?
- The content type on the request message. The default value is
"application/json".
- responseCharSet string?
- The character encoding for the response message. This encoding
determines how to convert bytes to a string. The default value is
"UTF-8".
- Compatibility
-
Table 1. Compatibility
Target |
Issue |
Java™ |
Service access is not supported. |
JavaScript |
No issues.
|