/* */ }
/* */
/* */ protected boolean callRequestHandlerChain(QName portName, UnifiedHandlerMetaData.HandlerType type)
/* */ {
/* 155 */ BindingExt binding = (BindingExt)getBindingProvider().getBinding();
/* 156 */ HandlerChainExecutor executor = new HandlerChainExecutor(this.epMetaData, binding.getHandlerChain(type));
/* 157 */ this.executorMap.put(type, executor);
/* */
/* 159 */ MessageContext msgContext = (MessageContext)MessageContextAssociation.peekMessageContext();
/* 160 */ return executor.handleMessage(msgContext);
/* */ }