org.jclouds.sqs.xml
Class DeleteMessageBatchResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<BatchResult<V>>
org.jclouds.sqs.xml.BatchResponseHandler<String>
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
| 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 |
DeleteMessageBatchResponseHandler
@Inject
protected DeleteMessageBatchResponseHandler(IdHandler resultHandler,
BatchErrorHandler errorHandler)
Copyright © 2009-2013 jclouds. All Rights Reserved.