/* */ }
/* */
/* */ protected boolean callFaultHandlerChain(QName portName, UnifiedHandlerMetaData.HandlerType type, Exception ex)
/* */ {
/* 575 */ SOAPMessageContextJAXRPC msgContext = (SOAPMessageContextJAXRPC)MessageContextAssociation.peekMessageContext();
/* 576 */ HandlerChainBaseImpl handlerChain = (HandlerChainBaseImpl)this.jaxrpcService.getHandlerChain(portName);
/* */
/* 578 */ boolean status = true;
/* 579 */ if (handlerChain != null)
/* */ {
/* 581 */ status = handlerChain.handleFault(msgContext, type);
/* */ }
/* 583 */ return status;
/* */ }