org.jclouds.s3.binders
Class BindACLToXMLPayload

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

@Singleton
public class BindACLToXMLPayload
extends Object
implements Binder

Author:
James Murty

Constructor Summary
BindACLToXMLPayload()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object payload)
           
protected  com.jamesmurty.utils.XMLBuilder generateBuilder(AccessControlList acl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindACLToXMLPayload

public BindACLToXMLPayload()
Method Detail

bindToRequest

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

generateBuilder

protected com.jamesmurty.utils.XMLBuilder generateBuilder(AccessControlList acl)
                                                   throws ParserConfigurationException,
                                                          FactoryConfigurationError
Throws:
ParserConfigurationException
FactoryConfigurationError


Copyright © 2009-2012 jclouds. All Rights Reserved.