public interface MapBinder extends Binder
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,String> postParams)
creates and binds the POST payload to the request using parameters specified.
|
bindToRequest
<R extends HttpRequest> R bindToRequest(R request, Map<String,String> postParams)
PayloadParam
Copyright © 2009-2012 jclouds. All Rights Reserved.