Uses of Interface
org.jboss.resteasy.core.ResourceInvoker

Packages that use ResourceInvoker
org.jboss.resteasy.core   
org.jboss.resteasy.core.registry   
org.jboss.resteasy.spi   
org.jboss.resteasy.springmvc   
 

Uses of ResourceInvoker in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core that implement ResourceInvoker
 class ResourceLocator
           
 class ResourceMethod
           
 

Methods in org.jboss.resteasy.core that return ResourceInvoker
 ResourceInvoker SynchronousDispatcher.getInvoker(HttpRequest request)
           
 ResourceInvoker ResourceMethodRegistry.getResourceInvoker(HttpRequest request)
          Find a resource to invoke on
 

Methods in org.jboss.resteasy.core with parameters of type ResourceInvoker
protected  Response SynchronousDispatcher.getResponse(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 void SynchronousDispatcher.invoke(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 void AsynchronousDispatcher.invoke(HttpRequest in, HttpResponse response, ResourceInvoker invoker)
           
 void AsynchronousDispatcher.invokeSuper(HttpRequest in, HttpResponse response, ResourceInvoker invoker)
           
 void AsynchronousDispatcher.oneway(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 void AsynchronousDispatcher.postJob(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
           
 

Uses of ResourceInvoker in org.jboss.resteasy.core.registry
 

Fields in org.jboss.resteasy.core.registry with type parameters of type ResourceInvoker
protected  Map<String,List<ResourceInvoker>> RootSegment.bounded
           
 

Methods in org.jboss.resteasy.core.registry that return ResourceInvoker
protected  ResourceInvoker Segment.match(String httpMethod, HttpRequest request)
           
protected  ResourceInvoker RootSegment.matchChildren(HttpRequest request, String path, int start)
           
 ResourceInvoker PathParamSegment.matchPattern(HttpRequest request, String path, int start)
           
 ResourceInvoker RootSegment.matchRoot(HttpRequest request)
           
 ResourceInvoker RootSegment.matchRoot(HttpRequest request, int start)
           
 ResourceInvoker SimpleSegment.matchSimple(HttpRequest request, String path, int start)
           
protected  ResourceInvoker RootSegment.removePath(String[] segments, int index, Method method)
           
 ResourceInvoker RootSegment.removePath(String path, Method method)
           
 

Methods in org.jboss.resteasy.core.registry that return types with arguments of type ResourceInvoker
 Map<String,List<ResourceInvoker>> RootSegment.getBounded()
          Return a map of paths and what resource methods they are bound to
 

Methods in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker
protected  void RootSegment.addPath(String[] segments, int index, ResourceInvoker invoker)
           
 void RootSegment.addPath(String path, ResourceInvoker invoker)
           
 

Uses of ResourceInvoker in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi that return ResourceInvoker
 ResourceInvoker Registry.getResourceInvoker(HttpRequest request)
           
 

Uses of ResourceInvoker in org.jboss.resteasy.springmvc
 

Methods in org.jboss.resteasy.springmvc that return ResourceInvoker
 ResourceInvoker ResteasyRequestWrapper.getInvoker()
           
 

Methods in org.jboss.resteasy.springmvc with parameters of type ResourceInvoker
 void ResteasyRequestWrapper.setInvoker(ResourceInvoker invoker)
           
 



Copyright © 2011. All Rights Reserved.