org.jclouds.sqs.xml
Class SendMessageBatchResponseHandler
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<MessageIdAndMD5>
org.jclouds.sqs.xml.SendMessageBatchResponseHandler
- All Implemented Interfaces:
- org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<BatchResult<MessageIdAndMD5>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class SendMessageBatchResponseHandler
- extends BatchResponseHandler<MessageIdAndMD5>
- 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 |
SendMessageBatchResponseHandler
@Inject
protected SendMessageBatchResponseHandler(SendMessageBatchResultEntryHandler resultHandler,
BatchErrorHandler errorHandler)
Copyright © 2009-2012 jclouds. All Rights Reserved.