org.jclouds.cloudsigma.binders
Class BindDriveDataToPlainTextString

java.lang.Object
  extended by org.jclouds.cloudsigma.binders.BindDriveDataToPlainTextString
All Implemented Interfaces:
Binder

@Singleton
public class BindDriveDataToPlainTextString
extends Object
implements Binder

Author:
Adrian Cole

Constructor Summary
BindDriveDataToPlainTextString(com.google.common.base.Function<DriveData,Map<String,String>> createDriveRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
           
 
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

BindDriveDataToPlainTextString

@Inject
public BindDriveDataToPlainTextString(com.google.common.base.Function<DriveData,Map<String,String>> createDriveRequestToMap,
                                             ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
Method Detail

bindToRequest

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


Copyright © 2009-2011 jclouds. All Rights Reserved.