Constructor and Description |
---|
RequestFactory() |
Modifier and Type | Method and Description |
---|---|
Request |
createRequest(javax.ws.rs.core.HttpHeaders headers,
RequestBody body,
javax.ws.rs.core.UriInfo uriInfo,
Request.Type requestType,
ResourceInstance resource)
Create a request instance.
|
public Request createRequest(javax.ws.rs.core.HttpHeaders headers, RequestBody body, javax.ws.rs.core.UriInfo uriInfo, Request.Type requestType, ResourceInstance resource)
headers
- http headersuriInfo
- uri informationrequestType
- http request typeresource
- associated resource instanceCopyright © 2022 Apache Software Foundation. All rights reserved.