org.jclouds.rest
Interface MapBinder

All Superinterfaces:
Binder
All Known Implementing Classes:
AddInternetServiceOptions, AddNodeOptions, BaseBindVMSpecToXmlPayload, BindAddInternetServiceToXmlPayload, BindAddNodeServiceToXmlPayload, BindAuthToJsonPayload, BindBackupScheduleToJsonPayload, BindCaptureVAppParamsToXmlPayload, BindCaptureVAppTemplateToXmlPayload, BindCatalogItemToXmlPayload, BindCloneDriveOptionsToPlainTextString, BindCloneParamsToXmlPayload, BindCloneVAppParamsToXmlPayload, BindCloneVAppParamsToXmlPayload, BindCloneVAppTemplateParamsToXmlPayload, BindCloneVMToXmlPayload, BindCreateBackupToXmlPayload, BindCreateKeyToXmlPayload, BindCreateSliceToXmlPayload, BindCredentialsToJsonPayload, BindDeployVAppParamsToXmlPayload, BindFirewallRuleToXmlPayload, BindInstantiateVAppTemplateParamsToXmlPayload, BindInstantiateVAppTemplateParamsToXmlPayload, BindMapToStringPayload, BindNodeConfigurationToXmlPayload, BindParamsToXmlPayload, BindToJsonPayload, BindUndeployVAppParamsToXmlPayload, BindVAppConfigurationToXmlPayload, BindVMSpecsToXmlPayload, BindVMSpecToXmlPayload, CreateServerOptions, CreateServerOptions, CreateServerOptions, CreateServerOptions, CreateSharedIpGroupOptions, RebuildServerOptions, RebuildServerOptions, RimuHostingJsonBinder, RimuHostingRebootJsonBinder

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-2012 jclouds. All Rights Reserved.