Uses of Class
org.jboss.resteasy.core.ResourceMethodRegistry
- 
Packages that use ResourceMethodRegistry Package Description org.jboss.resteasy.core org.jboss.resteasy.jsapi org.jboss.resteasy.links.impl org.jboss.resteasy.wadl  - 
- 
Uses of ResourceMethodRegistry in org.jboss.resteasy.core
Constructors in org.jboss.resteasy.core with parameters of type ResourceMethodRegistry Constructor Description AsynchronousDispatcher(ResteasyProviderFactory providerFactory, ResourceMethodRegistry registry)SynchronousDispatcher(ResteasyProviderFactory providerFactory, ResourceMethodRegistry registry) - 
Uses of ResourceMethodRegistry in org.jboss.resteasy.jsapi
Constructors in org.jboss.resteasy.jsapi with parameters of type ResourceMethodRegistry Constructor Description ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocatorInvoker invoker) - 
Uses of ResourceMethodRegistry in org.jboss.resteasy.links.impl
Constructors in org.jboss.resteasy.links.impl with parameters of type ResourceMethodRegistry Constructor Description ClassLinksProvider(javax.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry resourceMethodRegistry)ObjectLinksProvider(javax.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry resourceMethodRegistry) - 
Uses of ResourceMethodRegistry in org.jboss.resteasy.wadl
Constructors in org.jboss.resteasy.wadl with parameters of type ResourceMethodRegistry Constructor Description ResteasyWadlServiceRegistry(ResteasyWadlServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator) 
 -