|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstructorInjector
Method Summary | |
---|---|
Object |
construct()
construct outside the scope of an HTTP request. |
Object |
construct(HttpRequest request,
HttpResponse response)
construct inside the scope of an HTTP request. |
Object[] |
injectableArguments()
Create an arguments list from injectable tings outside the scope of an HTTP request. |
Object[] |
injectableArguments(HttpRequest request,
HttpResponse response)
Create an argument list inside the scope of an HTTP request. |
Method Detail |
---|
Object construct()
Object construct(HttpRequest request, HttpResponse response) throws Failure, javax.ws.rs.WebApplicationException, ApplicationException
request
- response
-
Failure
javax.ws.rs.WebApplicationException
ApplicationException
Object[] injectableArguments()
Object[] injectableArguments(HttpRequest request, HttpResponse response) throws Failure
request
- response
-
Failure
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |