org.jclouds.blobstore.binders
Class BindBlobToMultipartForm

java.lang.Object
  extended by org.jclouds.blobstore.binders.BindBlobToMultipartForm
All Implemented Interfaces:
Binder

@Singleton
public class BindBlobToMultipartForm
extends Object
implements Binder

Author:
Adrian Cole

Constructor Summary
BindBlobToMultipartForm()
           
 
Method Summary
<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
 

Constructor Detail

BindBlobToMultipartForm

public BindBlobToMultipartForm()
Method Detail

bindToRequest

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


Copyright © 2009-2011 jclouds. All Rights Reserved.