org.jclouds.aws.ec2.binders
Class BindLaunchSpecificationToFormParams

java.lang.Object
  extended by org.jclouds.aws.ec2.binders.BindLaunchSpecificationToFormParams
All Implemented Interfaces:
com.google.common.base.Function<LaunchSpecification,Map<String,String>>, Binder

@Singleton
public class BindLaunchSpecificationToFormParams
extends Object
implements Binder, com.google.common.base.Function<LaunchSpecification,Map<String,String>>

Author:
Adrian Cole

Constructor Summary
BindLaunchSpecificationToFormParams()
           
 
Method Summary
 Map<String,String> apply(LaunchSpecification launchSpec)
           
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

BindLaunchSpecificationToFormParams

public BindLaunchSpecificationToFormParams()
Method Detail

bindToRequest

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

apply

public Map<String,String> apply(LaunchSpecification launchSpec)
Specified by:
apply in interface com.google.common.base.Function<LaunchSpecification,Map<String,String>>


Copyright © 2009-2011 jclouds. All Rights Reserved.