this.paramsClass = JsonRpcHandlerManager.getParamsType(handler
.getHandlerType());
log.info("Starting JsonRpcServer on {}", inetSocketAddress);
Processor<Iface> serverProcessor = new Processor<Iface>(new Iface() {
@Override
public String invokeJsonRpc(final String requestStr)
throws TException {