Uses of Interface
org.jboss.resteasy.core.ResourceInvoker
-
Packages that use ResourceInvoker Package Description org.jboss.resteasy.core org.jboss.resteasy.core.registry org.jboss.resteasy.spi -
-
Uses of ResourceInvoker in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResourceInvoker Modifier and Type Class Description class
ResourceLocatorInvoker
class
ResourceMethodInvoker
Methods in org.jboss.resteasy.core that return ResourceInvoker Modifier and Type Method Description ResourceInvoker
SynchronousDispatcher. getInvoker(HttpRequest request)
ResourceInvoker
LocatorRegistry. getResourceInvoker(HttpRequest request)
ResourceInvoker
ResourceMethodRegistry. getResourceInvoker(HttpRequest request)
Find a resource to invoke onMethods in org.jboss.resteasy.core that return types with arguments of type ResourceInvoker Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ResourceInvoker>>
ResourceMethodRegistry. getBounded()
Methods in org.jboss.resteasy.core with parameters of type ResourceInvoker Modifier and Type Method Description javax.ws.rs.core.Response
SynchronousDispatcher. execute(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
Return a response wither from an invoke or exception handlingvoid
AsynchronousDispatcher. invoke(HttpRequest in, HttpResponse response, ResourceInvoker invoker)
void
SynchronousDispatcher. invoke(HttpRequest request, HttpResponse response, ResourceInvoker invoker)
Invoke and write responsevoid
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 declared as ResourceInvoker Modifier and Type Field Description protected ResourceInvoker
MethodExpression. invoker
Methods in org.jboss.resteasy.core.registry that return ResourceInvoker Modifier and Type Method Description ResourceInvoker
MethodExpression. getInvoker()
ResourceInvoker
RootClassNode. match(HttpRequest request, int start)
ResourceInvoker
RootNode. match(HttpRequest request, int start)
ResourceInvoker
SegmentNode. match(HttpRequest request, int start)
Methods in org.jboss.resteasy.core.registry that return types with arguments of type ResourceInvoker Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ResourceInvoker>>
RootClassNode. getBounded()
javax.ws.rs.core.MultivaluedMap<java.lang.String,ResourceInvoker>
RootNode. getBounded()
Methods in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker Modifier and Type Method Description protected MethodExpression
RootNode. addExpression(java.lang.String path, ResourceInvoker invoker)
void
RootClassNode. addInvoker(java.lang.String classExpression, java.lang.String fullpath, ResourceInvoker invoker)
void
RootNode. addInvoker(java.lang.String path, ResourceInvoker invoker)
Constructors in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker Constructor Description MethodExpression(SegmentNode parent, java.lang.String segment, ResourceInvoker invoker)
MethodExpression(SegmentNode parent, java.lang.String segment, ResourceInvoker invoker, java.lang.String additionalRegex)
-
Uses of ResourceInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceInvoker Modifier and Type Method Description ResourceInvoker
Registry. getResourceInvoker(HttpRequest request)
-