Package org.jclouds.sqs.xml
Class ValueHandler
- 
- All Implemented Interfaces:
 com.google.common.base.Function<String,String>,Function<String,String>,InvocationContext<ParseSax.HandlerWithResult<String>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ValueHandler extends TextFromSingleElementHandler<String>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedValueHandler(String elementName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(String in)- 
Methods inherited from class org.jclouds.sqs.xml.TextFromSingleElementHandler
characters, endElement, 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 
 - 
 
 -