/* 120 */ else if (type == UnifiedHandlerMetaData.HandlerType.ENDPOINT)
/* 121 */ handlerChain = this.jaxrpcHandlerChain;
/* 122 */ else if (type == UnifiedHandlerMetaData.HandlerType.POST) {
/* 123 */ handlerChain = this.postHandlerChain;
/* */ }
/* 125 */ boolean status = handlerChain != null ? handlerChain.handleResponse(msgContext) : true;
/* */
/* 127 */ if (type == UnifiedHandlerMetaData.HandlerType.ENDPOINT) {
/* 128 */ XOPContext.visitAndRestoreXOPData();
/* */ }
/* 130 */ return status;