execute
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
URI Template variables are expanded using the given URI variables, if any.
Return
an arbitrary object, as returned by the ResponseExtractor
Parameters
the URL
the HTTP method (GET, POST, etc.)
object that prepares the request
object that extracts the return value from the response
the variables to expand in the template
the type of the return value
See also
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
URI Template variables are expanded using the given URI variables map.
Return
an arbitrary object, as returned by the ResponseExtractor
Parameters
the URL
the HTTP method (GET, POST, etc.)
object that prepares the request
object that extracts the return value from the response
the variables to expand in the template
the type of the return value
See also
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
Return
an arbitrary object, as returned by the ResponseExtractor
Parameters
the URL
the HTTP method (GET, POST, etc.)
object that prepares the request
object that extracts the return value from the response
the type of the return value