org.jboss.resteasy.core
Interface Dispatcher
- All Known Implementing Classes:
- AsynchronousDispatcher, SynchronousDispatcher
public interface Dispatcher
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
getProviderFactory
ResteasyProviderFactory getProviderFactory()
getRegistry
Registry getRegistry()
invoke
void invoke(HttpRequest in,
HttpResponse response)
internalInvocation
Response internalInvocation(HttpRequest request,
HttpResponse response,
Object entity)
addHttpPreprocessor
void addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
getDefaultContextObjects
Map<Class,Object> getDefaultContextObjects()
Copyright © 2013. All Rights Reserved.