When Jersey receives a request for processing, it will use the {@link #getRequestingExecutor() requesting executor} to run the requestpre-processing and request-to-response transformation code.
The custom provider implementing this interface should be registered in the standard way on the server. The client must be created with configuration containing the provider, later registrations will be ignored.
@author Marek Potociar (marek.potociar at oracle.com) @author Miroslav Fuksa (miroslav.fuksa at oracle.com) @see ResponseExecutorsProvider
|
|
|
|