public interface ResourceInvoker
Modifier and Type | Method and Description |
---|---|
Method |
getMethod() |
MethodStatisticsLogger |
getMethodStatisticsLogger() |
boolean |
hasProduces() |
javax.ws.rs.core.Response |
invoke(HttpRequest request,
HttpResponse response) |
javax.ws.rs.core.Response |
invoke(HttpRequest request,
HttpResponse response,
Object target) |
void |
setMethodStatisticsLogger(MethodStatisticsLogger msLogger) |
javax.ws.rs.core.Response invoke(HttpRequest request, HttpResponse response)
javax.ws.rs.core.Response invoke(HttpRequest request, HttpResponse response, Object target)
Method getMethod()
boolean hasProduces()
void setMethodStatisticsLogger(MethodStatisticsLogger msLogger)
MethodStatisticsLogger getMethodStatisticsLogger()
Copyright © 2020 JBoss by Red Hat. All rights reserved.