public interface RequestExecutor
Modifier and Type | Method and Description |
---|---|
<T> javax.ws.rs.core.Response |
execute(HttpRequest<T> request)
Executes a HTTP-request which is assembled from
the data contained by the passed object.
|
<T> javax.ws.rs.core.Response execute(HttpRequest<T> request) throws java.lang.UnsupportedOperationException
object
- containing request specific information.java.lang.UnsupportedOperationException
- in case the
HTTP-method of the passed object is not supported.