/* 562 */ HandlerChainBaseImpl handlerChain = (HandlerChainBaseImpl)this.jaxrpcService.getHandlerChain(portName);
/* */
/* 564 */ boolean status = true;
/* 565 */ if (handlerChain != null)
/* */ {
/* 567 */ status = handlerChain.handleResponse(msgContext, type);
/* */ }
/* 569 */ return status;
/* */ }
/* */
/* */ protected boolean callFaultHandlerChain(QName portName, UnifiedHandlerMetaData.HandlerType type, Exception ex)