org.jclouds.rest
Interface MapBinder

All Superinterfaces:
Binder
All Known Implementing Classes:
BindMapToStringPayload, BindToJsonPayload

public interface MapBinder
extends Binder

Builds the payload of a Post request.

Author:
Adrian Cole

Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Map<String,String> postParams)
          creates and binds the POST payload to the request using parameters specified.
 
Methods inherited from interface org.jclouds.rest.Binder
bindToRequest
 

Method Detail

bindToRequest

<R extends HttpRequest> R bindToRequest(R request,
                                        Map<String,String> postParams)
creates and binds the POST payload to the request using parameters specified.

See Also:
PayloadParam


Copyright © 2009-2011 jclouds. All Rights Reserved.