org.resteasy
Class Dispatcher
java.lang.Object
org.resteasy.Dispatcher
public class Dispatcher
- extends java.lang.Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
providerFactory
protected ResteasyProviderFactory providerFactory
registry
protected ResourceMethodRegistry registry
mediaTypeMappings
protected java.util.Map<java.lang.String,javax.ws.rs.core.MediaType> mediaTypeMappings
languageMappings
protected java.util.Map<java.lang.String,java.lang.String> languageMappings
Dispatcher
public Dispatcher(ResteasyProviderFactory providerFactory)
getProviderFactory
public ResteasyProviderFactory getProviderFactory()
getRegistry
public Registry getRegistry()
setMediaTypeMappings
public void setMediaTypeMappings(java.util.Map<java.lang.String,javax.ws.rs.core.MediaType> mediaTypeMappings)
setLanguageMappings
public void setLanguageMappings(java.util.Map<java.lang.String,java.lang.String> languageMappings)
getMediaTypeMappings
public java.util.Map<java.lang.String,javax.ws.rs.core.MediaType> getMediaTypeMappings()
getLanguageMappings
public java.util.Map<java.lang.String,java.lang.String> getLanguageMappings()
preprocess
protected void preprocess(HttpRequest in)
invoke
public void invoke(HttpRequest in,
HttpResponse response)
Copyright © 2008. All Rights Reserved.