org.jclouds.aws.s3.binders
Class BindPartIdsAndETagsToRequest

java.lang.Object
  extended by org.jclouds.aws.s3.binders.BindPartIdsAndETagsToRequest
All Implemented Interfaces:
Binder

@Singleton
public class BindPartIdsAndETagsToRequest
extends Object
implements Binder

Author:
Adrian Cole

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

BindPartIdsAndETagsToRequest

public BindPartIdsAndETagsToRequest()
Method Detail

bindToRequest

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


Copyright © 2009-2012 jclouds. All Rights Reserved.