Package org.jclouds.s3.xml
Class DeleteResultHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<DeleteResult>
-
- org.jclouds.s3.xml.DeleteResultHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<DeleteResult>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class DeleteResultHandler extends ParseSax.HandlerForGeneratedRequestWithResult<DeleteResult>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETED_TAGstatic StringERROR_TAG
-
Constructor Summary
Constructors Constructor Description DeleteResultHandler()
-
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)DeleteResultgetResult()voidstartElement(String uri, String name, String qName, Attributes attributes)-
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
-
-
-
-
Field Detail
-
DELETED_TAG
public static final String DELETED_TAG
- See Also:
- Constant Field Values
-
ERROR_TAG
public static final String ERROR_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
startElement
public void startElement(String uri, String name, String qName, Attributes attributes) throws SAXException
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
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 DeleteResult getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<DeleteResult>
-
-