public interface MethodInjector
Modifier and Type | Method and Description |
---|---|
ValueInjector[] |
getParams() |
Object[] |
injectArguments(HttpRequest request,
HttpResponse response)
Create the arguments that would be used to invoke the method in the context of an HTTP request.
|
Object |
invoke(HttpRequest request,
HttpResponse response,
Object target)
Invoke on a method in the context of an HTTP request.
|
Object invoke(HttpRequest request, HttpResponse response, Object target) throws Failure, ApplicationException, WebApplicationException
request
- response
- target
- Failure
ApplicationException
WebApplicationException
Object[] injectArguments(HttpRequest request, HttpResponse response) throws Failure
request
- response
- Failure
ValueInjector[] getParams()
Copyright © 2018 JBoss by Red Hat. All rights reserved.