public interface MethodInvocation
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.core.HttpContext |
getHttpContext() |
com.sun.jersey.api.model.AbstractResourceMethod |
getMethod() |
Object[] |
getParameters()
Get the objects that will passed into the method.
|
Object |
getResource() |
void |
invoke()
Called to invoke the next interceptor in the chain
|
Object getResource()
com.sun.jersey.api.core.HttpContext getHttpContext()
com.sun.jersey.api.model.AbstractResourceMethod getMethod()
Object[] getParameters()
void invoke()
throws IllegalAccessException,
InvocationTargetException
Copyright © 2016 Atlassian. All rights reserved.