public interface ParamReader
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
read()
Reads parameters in JSON into an Object array to be used to invoke an Endpoint method.
|
java.lang.Object[] read()
throws ServiceException
ServiceException - when reading of input stream failed, input JSON is invalid,
or cannot be mapped into parameter objects, or user authentication fails.