Package 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:
InvocationContext<ParseSax.HandlerWithResult<BatchResult<String>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class DeleteMessageBatchResponseHandler extends BatchResponseHandler<String>
- See Also:
- docs
-
-
Constructor Summary
Constructors Modifier Constructor Description 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
-
-
-
-
Constructor Detail
-
DeleteMessageBatchResponseHandler
@Inject protected DeleteMessageBatchResponseHandler(IdHandler resultHandler, BatchErrorHandler errorHandler)
-
-