RootController root = Hasor.pushStartListener(ec, new RootController());
apiBinder.bindType(RootController.class).toInstance(root);
}
/**创建 {@link CallStrategyFactory}*/
protected CallStrategyFactory createCallStrategyFactory(ApiBinder apiBinder) {
return new DefaultCallStrategyFactory(apiBinder);
}