|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodInvocation
Represents context information about a resource method invocation.
| Method Summary | |
|---|---|
com.sun.jersey.api.core.HttpContext |
getHttpContext()
|
com.sun.jersey.api.model.AbstractResourceMethod |
getMethod()
|
java.lang.Object[] |
getParameters()
Get the objects that will passed into the method. |
java.lang.Object |
getResource()
|
void |
invoke()
Called to invoke the next interceptor in the chain |
| Method Detail |
|---|
java.lang.Object getResource()
com.sun.jersey.api.core.HttpContext getHttpContext()
com.sun.jersey.api.model.AbstractResourceMethod getMethod()
java.lang.Object[] getParameters()
void invoke()
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||