|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodInjector
Will invoke a method in the context of an HTTP request. Does all the parameter injection for you.
| Method Summary | |
|---|---|
java.lang.Object[] |
injectArguments(HttpRequest request,
HttpResponse response)
Create the arguments that would be used to invoke the method in the context of an HTTP request. |
javax.ws.rs.core.Response |
invoke(HttpRequest request,
HttpResponse response,
java.lang.Object target)
Invoke on a method in the context of an HTTP request. |
| Method Detail |
|---|
javax.ws.rs.core.Response invoke(HttpRequest request,
HttpResponse response,
java.lang.Object target)
throws Failure
request - response - target -
Failure
java.lang.Object[] injectArguments(HttpRequest request,
HttpResponse response)
throws Failure
request - response -
Failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||