|
||||||||||
| 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()
|
Object[] |
getParameters()
Get the objects that will passed into the method. |
Object |
getResource()
|
void |
invoke()
Called to invoke the next interceptor in the chain |
| Method Detail |
|---|
Object getResource()
com.sun.jersey.api.core.HttpContext getHttpContext()
com.sun.jersey.api.model.AbstractResourceMethod getMethod()
Object[] getParameters()
void invoke()
throws IllegalAccessException,
InvocationTargetException
IllegalAccessException
InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||