@After
 public void stop() throws Exception {
   channels.stopChannels();
   channels.shutdownRemoting();
   channels = null;
   responseAttachmentSupport.shutdown();
   responseAttachmentSupport = null;
 }
Beispiel #2
0
 @After
 public void stopChannels() throws Exception {
   channels.stopChannels();
   channels.shutdownRemoting();
   channels = null;
 }