@Override public void start(BundleContext bc) throws Exception { super.start(bc); NavajoClientFactory.setDefaultClient(new ApacheNavajoClientImpl()); }
@Override public void shutdown() { NavajoClientFactory.resetClient(); super.shutdown(); }