if (success) {
if (log.isDebugEnabled()) {
log.debug("JAX-WS inbound handler chain invocation complete.");
}
// Set the dispatcher.
EndpointDispatcher dispatcher = getEndpointDispatcher(request, serviceEndpoint, serviceInstance);
eic.setEndpointDispatcher(dispatcher);
return true;
} else { // the inbound handler chain must have had a problem, and we've reversed directions
if (log.isDebugEnabled()) {
log.debug("JAX-WS inbound handler chain invocation completed with errors.");