192193194195196197198199200201202
return null; } // Ensure that the client's transport is cleaned up when no longer // needed. answer.addServiceListener(new ServiceListener() { public void started(Service service) { // Nothing to do. } public void stopped(Service service) {
198199200201202203204205206207208