Class RemoteCallParameterFactory

    • Constructor Detail

      • RemoteCallParameterFactory

        public RemoteCallParameterFactory()
    • Method Detail

      • createParameters

        public static IRemoteCallParameter[] createParameters​(Map nameValues)
        The order given reflects in the order during call time, e.g. - model object A will be serialized to the first element, B to the second, ... Make sure to use a LinkedHashMap that preserves insertion order!!!
        Parameters:
        nameValues - name values map for remote call parameters
        Returns:
        Map of params converted into a IRemoteCallParameter array