new DefaultOutgoingPortUtilService(new DefaultOsgiUtilsService(bundleContext));
registerService(outgoingPortUtilService, new Hashtable<String, Object>(), OutgoingPortUtilService.class);
}
private RequestHandler getRequestHandler() {
RequestHandlerImpl requestHandlerImpl = new RequestHandlerImpl();
requestHandlerImpl.setUtilsService(new DefaultOsgiUtilsService(bundleContext));
return requestHandlerImpl;
}