Package org.jboss.resteasy.spi
Interface ResourceInvoker
- 
- All Known Implementing Classes:
 ResourceLocatorInvoker,ResourceMethodInvoker
public interface ResourceInvoker- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetMethod()MethodStatisticsLoggergetMethodStatisticsLogger()booleanhasProduces()javax.ws.rs.core.Responseinvoke(HttpRequest request, HttpResponse response)javax.ws.rs.core.Responseinvoke(HttpRequest request, HttpResponse response, Object target)voidsetMethodStatisticsLogger(MethodStatisticsLogger msLogger) 
 - 
 
- 
- 
Method Detail
- 
invoke
javax.ws.rs.core.Response invoke(HttpRequest request, HttpResponse response)
 
- 
invoke
javax.ws.rs.core.Response invoke(HttpRequest request, HttpResponse response, Object target)
 
- 
getMethod
Method getMethod()
 
- 
hasProduces
boolean hasProduces()
 
- 
setMethodStatisticsLogger
void setMethodStatisticsLogger(MethodStatisticsLogger msLogger)
 
- 
getMethodStatisticsLogger
MethodStatisticsLogger getMethodStatisticsLogger()
 
 - 
 
 -