IClient client = ClientFactory.getDefaultInstance();
try { this.client = ClientFactory.getDefaultInstance(); } catch (ClassNotFoundException e1) { e1.printStackTrace(); } catch (IllegalAccessException e2) { e2.printStackTrace(); } catch (InstantiationException e3) { e3.printStackTrace(); }