org.jclouds.vcloud.terremark.binders
Class BindCreateKeyToXmlPayload

java.lang.Object
  extended by org.jclouds.vcloud.terremark.binders.BindCreateKeyToXmlPayload
All Implemented Interfaces:
Binder, MapBinder

@Singleton
public class BindCreateKeyToXmlPayload
extends Object
implements MapBinder

Author:
Adrian Cole

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
 

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.