public class BatchResponseHandler<V> extends ParseSax.HandlerForGeneratedRequestWithResult<BatchResult<V>>
Modifier | Constructor and Description |
---|---|
protected |
BatchResponseHandler(String resultElement,
ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,V>> resultHandler,
BatchErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
BatchResult<V> |
getResult() |
void |
startElement(String url,
String name,
String qName,
Attributes attributes) |
getRequest, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected BatchResponseHandler(String resultElement, ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,V>> resultHandler, BatchErrorHandler errorHandler)
public BatchResult<V> getResult()
getResult
in class ParseSax.HandlerWithResult<BatchResult<V>>
public void startElement(String url, String name, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String name, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException
Copyright © 2009-2013 jclouds. All Rights Reserved.