this.webserviceManager.setChannel(channel);
webServiceNotFoundHandler.setWebserviceManager(webserviceManager);
//Set the ChannelHandlerContext for the outbound reliability handler
OutboundReliabilityHandler outboundReliabilityHandler =
(OutboundReliabilityHandler) this.channel.getPipeline()
.get(ServerChannelPipelineFactory.OUTBOUND_RELIABILITY_HANDLER);
outboundReliabilityHandler.setChannelHandlerContext(
this.channel.getPipeline()
.getContext(ServerChannelPipelineFactory.OUTBOUND_RELIABILITY_HANDLER)
);
//Set the ChannelHandlerContext for the inbound reliability handler