/* */ }
/* */
/* 53 */ ICustomer customerProxy = null;
/* */ try
/* */ {
/* 56 */ TransporterServer server = TransporterServer.createTransporterServer(this.locatorURI, customer, ICustomer.class.getName());
/* 57 */ customerProxy = (ICustomer)TransporterClient.createTransporterClient(this.locatorURI, ICustomer.class);
/* */ }
/* */ catch (Exception e)
/* */ {
/* 61 */ e.printStackTrace();