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)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest
in interface Binder
bindToRequest
in class BindToStringPayload
Copyright © 2009-2013 jclouds. All Rights Reserved.