Package org.jboss.resteasy.core
Interface ResourceMethodInvokerAwareResponse
-
- All Known Implementing Classes:
AbstractAsynchronousResponse
,SynchronousExecutionContext.SynchronousAsynchronousResponse
public interface ResourceMethodInvokerAwareResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceMethodInvoker
getMethod()
void
setMethod(ResourceMethodInvoker method)
-
-
-
Method Detail
-
getMethod
ResourceMethodInvoker getMethod()
-
setMethod
void setMethod(ResourceMethodInvoker method)
-
-