org.jclouds.blobstore.binders
Class BindMapToHeadersWithPrefix

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

@Singleton
public class BindMapToHeadersWithPrefix
extends Object
implements Binder

Author:
Adrian Cole

Constructor Summary
BindMapToHeadersWithPrefix(String metadataPrefix)
           
 
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

BindMapToHeadersWithPrefix

@Inject
public BindMapToHeadersWithPrefix(@Named(value="jclouds.blobstore.metaprefix")
                                         String metadataPrefix)
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.