Class CopyObjectHandler

  • All Implemented Interfaces:
    org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<ObjectMetadata>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

    public class CopyObjectHandler
    extends org.jclouds.http.functions.ParseSax.HandlerWithResult<ObjectMetadata>
    Parses the response from Amazon S3 COPY Object command.

    CopyObjectResult is the document we expect to parse.