public interface Dispatcher
Modifier and Type | Method and Description |
---|---|
void |
addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor) |
Map<Class,Object> |
getDefaultContextObjects() |
ResteasyProviderFactory |
getProviderFactory() |
Registry |
getRegistry() |
Response |
internalInvocation(HttpRequest request,
HttpResponse response,
Object entity) |
void |
invoke(HttpRequest in,
HttpResponse response) |
ResteasyProviderFactory getProviderFactory()
Registry getRegistry()
void invoke(HttpRequest in, HttpResponse response)
Response internalInvocation(HttpRequest request, HttpResponse response, Object entity)
void addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
Copyright © 2017 JBoss by Red Hat. All rights reserved.