Package org.jclouds.sqs.xml
Class BatchResponseHandler<V>
- 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<V>
 
 
 
 
- 
- All Implemented Interfaces:
- InvocationContext<ParseSax.HandlerWithResult<BatchResult<V>>>,- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
 - Direct Known Subclasses:
- ChangeMessageVisibilityBatchResponseHandler,- DeleteMessageBatchResponseHandler,- SendMessageBatchResponseHandler
 
 public class BatchResponseHandler<V> extends ParseSax.HandlerForGeneratedRequestWithResult<BatchResult<V>> - See Also:
- docs
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedBatchResponseHandler(String resultElement, ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,V>> resultHandler, BatchErrorHandler errorHandler)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidendElement(String uri, String name, String qName)BatchResult<V>getResult()voidstartElement(String url, String name, String qName, Attributes attributes)- 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResultgetRequest, setContext
 - 
Methods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
- 
 
- 
- 
- 
Constructor Detail- 
BatchResponseHandlerprotected BatchResponseHandler(String resultElement, ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,V>> resultHandler, BatchErrorHandler errorHandler) 
 
- 
 - 
Method Detail- 
getResultpublic BatchResult<V> getResult() - Specified by:
- getResultin class- ParseSax.HandlerWithResult<BatchResult<V>>
 
 - 
startElementpublic void startElement(String url, String name, String qName, Attributes attributes) throws SAXException - Specified by:
- startElementin interface- ContentHandler
- Overrides:
- startElementin class- DefaultHandler
- Throws:
- SAXException
 
 - 
endElementpublic void endElement(String uri, String name, String qName) throws SAXException - Specified by:
- endElementin interface- ContentHandler
- Overrides:
- endElementin class- DefaultHandler
- Throws:
- SAXException
 
 - 
characterspublic void characters(char[] ch, int start, int length) throws SAXException- Specified by:
- charactersin interface- ContentHandler
- Overrides:
- charactersin class- DefaultHandler
- Throws:
- SAXException
 
 
- 
 
-