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