Package org.jclouds.ec2.xml
Class UnencodeStringValueHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<String>
-
- org.jclouds.ec2.xml.StringValueHandler
-
- org.jclouds.ec2.xml.UnencodeStringValueHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<String>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class UnencodeStringValueHandler extends StringValueHandler
-
-
Constructor Summary
Constructors Constructor Description UnencodeStringValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResult()
-
Methods inherited from class org.jclouds.ec2.xml.StringValueHandler
characters, endElement
-
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
-
-
-
-
Method Detail
-
getResult
public String getResult()
- Overrides:
getResult
in classStringValueHandler
-
-