public class BindParamsToXmlPayload extends BindToStringPayload implements MapBinder
| Constructor and Description |
|---|
BindParamsToXmlPayload() |
| Modifier and Type | Method and Description |
|---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> mapParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> mapParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest in interface BinderbindToRequest in class BindToStringPayloadCopyright © 2009-2013 jclouds. All Rights Reserved.