org.jclouds.sqs.xml
Class ValueHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
          extended by org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<V>
              extended by org.jclouds.sqs.xml.TextFromSingleElementHandler<String>
                  extended by org.jclouds.sqs.xml.ValueHandler
All Implemented Interfaces:
com.google.common.base.Function<String,String>, org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<String>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ValueHandler
extends TextFromSingleElementHandler<String>

Author:
Adrian Cole
See Also:

Constructor Summary
protected ValueHandler(String elementName)
           
 
Method Summary
 String apply(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ValueHandler

@Inject
protected ValueHandler(String elementName)
Method Detail

apply

public String apply(String in)


Copyright © 2009-2013 jclouds. All Rights Reserved.