3233343536373839
@Override protected void configure() { super.configure(); configureLogging(DfaServiceClient.class.getName()); install(new DfaConfigurationModule()); bind(HttpTransport.class).to(NetHttpTransport.class); }