/* that we invoke. */
/******************************************************************/
Handler rpc = new RPCProvider();
msgContext.setServiceHandler( rpc );
rpc.addOption( "className", clsName );
/** For now, allow all methods - we probably want to have a way to
* configure this in the future.
*/
rpc.addOption( "methodName", "*");