public interface IRemoteCallParameterDeserializer
Modifier and Type | Method and Description |
---|---|
Object[] |
deserializeParameters(javax.servlet.http.HttpServletRequest req)
Deserialize parameters from HttpServletRequest.
|
Object[] deserializeParameters(javax.servlet.http.HttpServletRequest req) throws IOException, javax.servlet.ServletException
req
- the HttpServletRequest. Will not be null
.IOException
- if parameters cannot be deserializedjavax.servlet.ServletException
- if parameters cannot be deserializedCopyright © 2017 Eclipse Foundation. All rights reserved.