org.jclouds.rest.binders
Class BindToStringPayload

java.lang.Object
  extended by org.jclouds.rest.binders.BindToStringPayload
All Implemented Interfaces:
Binder
Direct Known Subclasses:
BaseBindVMSpecToXmlPayload, BindCaptureVAppTemplateToXmlPayload, BindCloneVMToXmlPayload, BindCPUCountToXmlPayload, BindFirewallRuleToXmlPayload, BindGuestCustomizationSectionToXmlPayload, BindMemoryToXmlPayload, BindNetworkConnectionSectionToXmlPayload, BindRegionToXmlPayload

@Singleton
public class BindToStringPayload
extends Object
implements Binder

Adds an payload to a request.

Author:
Adrian Cole

Constructor Summary
BindToStringPayload()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindToStringPayload

public BindToStringPayload()
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object payload)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2012 jclouds. All Rights Reserved.