}
HandlerChainInvoker invoker = getInvoker(message);
invoker.setProtocolMessageContext(context);
if (!invoker.invokeProtocolHandlers(isRequestor(message), context)) {
handleAbort(message, context);
}
// If this is the outbound and end of MEP, call MEP completion
if (isRequestor(message) && invoker.getLogicalHandlers().isEmpty()