107108109110111112113114115116117
return; } RequestPreprocessor rp = ProviderFactory.getInstance(message).getRequestPreprocessor(); if (rp != null) { rp.preprocess(message, new UriInfoImpl(message, null)); if (message.getExchange().get(Response.class) != null) { return; } }