GatewayHook getRPCHandler Implementation

This was asked/answered here as well.

Basically, you get one RPC handler, but that doesn't have to be the same object as your script modules, so multiplex it out however you want.

Also for your consideration: for years now we (IA) no longer add new scripting functions to Designer / Vision Client scope and relay them over RPC. We only add new scripting functions to Gateway scope.