org.jclouds.sqs.xml
Class IdHandler

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<Map.Entry<String,String>>
                  extended by org.jclouds.sqs.xml.IdHandler
All Implemented Interfaces:
com.google.common.base.Function<String,Map.Entry<String,String>>, org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<Map.Entry<String,String>>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class IdHandler
extends TextFromSingleElementHandler<Map.Entry<String,String>>

Author:
Adrian Cole
See Also:

Constructor Summary
protected IdHandler(String elementName)
           
 
Method Summary
 Map.Entry<String,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

IdHandler

@Inject
protected IdHandler(String elementName)
Method Detail

apply

public Map.Entry<String,String> apply(String in)


Copyright © 2009-2013 jclouds. All Rights Reserved.