Package org.jclouds.sqs.xml
Class ChangeMessageVisibilityBatchResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<BatchResult<String>>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<BatchResult<String>>
org.jclouds.sqs.xml.BatchResponseHandler<String>
org.jclouds.sqs.xml.ChangeMessageVisibilityBatchResponseHandler
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<BatchResult<String>>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ChangeMessageVisibilityBatchResponseHandler
(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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ChangeMessageVisibilityBatchResponseHandler
@Inject protected ChangeMessageVisibilityBatchResponseHandler(IdHandler resultHandler, BatchErrorHandler errorHandler)
-