org.jclouds.s3.binders
Class BindBucketLoggingToXmlPayload

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

@Singleton
public class BindBucketLoggingToXmlPayload
extends Object
implements org.jclouds.rest.Binder


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

Constructor Detail

BindBucketLoggingToXmlPayload

public BindBucketLoggingToXmlPayload()
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object payload)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder

generateBuilder

protected com.jamesmurty.utils.XMLBuilder generateBuilder(BucketLogging bucketLogging)
                                                   throws ParserConfigurationException,
                                                          FactoryConfigurationError
Throws:
ParserConfigurationException
FactoryConfigurationError


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.