272273274275276277278
//Add SOAPHandlerTuber HandlerTube soapHandlerTube = new ClientSOAPHandlerTube(binding, next, cousinHandlerTube); next = cousinHandlerTube = soapHandlerTube; } return new ClientLogicalHandlerTube(binding, seiModel, next, cousinHandlerTube); }
288289290291292293294