Class CopyObjectHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<ObjectMetadata>
org.jclouds.s3.xml.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.