org.jclouds.sqs.xml
Class DeleteMessageBatchResponseHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
          extended by org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<BatchResult<V>>
              extended by org.jclouds.sqs.xml.BatchResponseHandler<String>
                  extended by org.jclouds.sqs.xml.DeleteMessageBatchResponseHandler
All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<BatchResult<String>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class DeleteMessageBatchResponseHandler
extends BatchResponseHandler<String>

Author:
Adrian Cole
See Also:
docs

Constructor Summary
protected DeleteMessageBatchResponseHandler(IdHandler resultHandler, BatchErrorHandler errorHandler)
           
 
Method Summary
 
Methods inherited from class org.jclouds.sqs.xml.BatchResponseHandler
characters, endElement, getResult, startElement
 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteMessageBatchResponseHandler

@Inject
protected DeleteMessageBatchResponseHandler(IdHandler resultHandler,
                                                   BatchErrorHandler errorHandler)


Copyright © 2009-2012 jclouds. All Rights Reserved.