}
}
private void handleMessageInternal(SoapMessage message) {
MessageContext context = createProtocolMessageContext(message);
HandlerChainInvoker invoker = getInvoker(message);
invoker.setProtocolMessageContext(context);
try {
if (!invoker.invokeProtocolHandlersHandleFault(isRequestor(message), context)) {
// handleAbort(message, context);
}
} catch (RuntimeException exception) {
/*
* handleFault throws exception, in this case we need to replace