/* 98 */ return handlerChain;
/* */ }
/* */
/* */ void registerClientHandlerChain(QName portName, List<HandlerInfo> infos, Set<String> roles)
/* */ {
/* 105 */ ClientHandlerChain chain = new ClientHandlerChain(infos, roles);
/* 106 */ this.handlerChains.put(portName, chain);
/* 107 */ this.handlerInfos.put(portName, infos);
/* */
/* 109 */ EndpointMetaData epMetaData = this.serviceMetaData.getEndpoint(portName);
/* 110 */ if (epMetaData == null) {