Uses of Interface
org.jboss.resteasy.spi.ResourceInvoker
-
Packages that use ResourceInvoker Package Description org.jboss.resteasy.spi org.jboss.resteasy.spi.statistics -
-
Uses of ResourceInvoker in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResourceInvoker Modifier and Type Method Description ResourceInvokerRegistry. getResourceInvoker(HttpRequest request) -
Uses of ResourceInvoker in org.jboss.resteasy.spi.statistics
Methods in org.jboss.resteasy.spi.statistics with parameters of type ResourceInvoker Modifier and Type Method Description voidStatisticsController. register(ResourceInvoker invoker)
-