Package org.jclouds.s3.xml
Class ErrorEntryHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,DeleteResult.Error>>
-
- org.jclouds.s3.xml.ErrorEntryHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Map.Entry<String,DeleteResult.Error>>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ErrorEntryHandler extends ParseSax.HandlerForGeneratedRequestWithResult<Map.Entry<String,DeleteResult.Error>>
-
-
Constructor Summary
Constructors Constructor Description ErrorEntryHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] chars, int start, int length)voidendElement(String uri, String name, String qName)Map.Entry<String,DeleteResult.Error>getResult()-
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, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
characters
public void characters(char[] chars, int start, int length) throws SAXException- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler- Throws:
SAXException
-
endElement
public void endElement(String uri, String name, String qName) throws SAXException
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
getResult
public Map.Entry<String,DeleteResult.Error> getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<Map.Entry<String,DeleteResult.Error>>
-
-