org.jclouds.aws.xml
Class ErrorHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<AWSError>
          extended by org.jclouds.aws.xml.ErrorHandler
All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<AWSError>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ErrorHandler
extends ParseSax.HandlerWithResult<AWSError>

Parses the error from the Amazon S3 REST API.

Author:
Adrian Cole
See Also:

Constructor Summary
ErrorHandler()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String uri, String name, String qName)
           
 AWSError getResult()
           
 
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

getResult

public AWSError getResult()
Specified by:
getResult in class ParseSax.HandlerWithResult<AWSError>

endElement

public void endElement(String uri,
                       String name,
                       String qName)
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class org.xml.sax.helpers.DefaultHandler

characters

public void characters(char[] ch,
                       int start,
                       int length)
Specified by:
characters in interface ContentHandler
Overrides:
characters in class org.xml.sax.helpers.DefaultHandler


Copyright © 2009-2011 jclouds. All Rights Reserved.