HandlerChainProcessor.MEP.REQUEST,
isOneWay(request.getAxisMessageContext()));
HandlerInvokerFactory hiFactory = (HandlerInvokerFactory)
FactoryRegistry.getFactory(HandlerInvokerFactory.class);
HandlerInvoker handlerInvoker = hiFactory.createHandlerInvoker(request);
boolean success = handlerInvoker.invokeInboundHandlers(hiContext);
if (success) {
if (log.isDebugEnabled()) {
log.debug("JAX-WS inbound handler chain invocation complete.");
}