org.jclouds.vcloud.terremark.binders
Class BindAddNodeServiceToXmlPayload

java.lang.Object
  extended by org.jclouds.vcloud.terremark.binders.BindAddNodeServiceToXmlPayload
All Implemented Interfaces:
Binder, MapBinder
Direct Known Subclasses:
AddNodeOptions

@Singleton
public class BindAddNodeServiceToXmlPayload
extends Object
implements MapBinder

Author:
Adrian Cole

Constructor Summary
BindAddNodeServiceToXmlPayload()
           
 
Method Summary
 void bindToRequest(HttpRequest request, Map<String,String> postParams)
           
 void bindToRequest(HttpRequest request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindAddNodeServiceToXmlPayload

public BindAddNodeServiceToXmlPayload()
Method Detail

bindToRequest

public void bindToRequest(HttpRequest request,
                          Map<String,String> postParams)
Specified by:
bindToRequest in interface MapBinder

bindToRequest

public void bindToRequest(HttpRequest request,
                          Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2010 jclouds. All Rights Reserved.