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 String
DELETED_TAG
static String
ERROR_TAG
-
Constructor Summary
Constructors Constructor Description DeleteResultHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
characters(char[] chars, int start, int length)
void
endElement(String uri, String name, String qName)
DeleteResult
getResult()
void
startElement(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:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
characters
public void characters(char[] chars, int start, int length) throws SAXException
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
- Throws:
SAXException
-
endElement
public void endElement(String uri, String name, String qName) throws SAXException
- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
getResult
public DeleteResult getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<DeleteResult>
-
-