// signal that we handled this successfully
return InvocationResult.COMPLETED;
}
// none of our children was responsible
throw new NoMatchingPipelineException("No pipeline matched the request '" + invocation.getRequestURI() + "'");
} catch (Exception ex) {
return this.handleException(invocation, ex);
}
}