org.jclouds.http.functions
Class ParseSax.HandlerWithResult<T>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
- All Implemented Interfaces:
- InvocationContext<ParseSax.HandlerWithResult<T>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- ParseSax.HandlerForGeneratedRequestWithResult
- Enclosing class:
- ParseSax<T>
public abstract static class ParseSax.HandlerWithResult<T>
- extends DefaultHandler
- implements InvocationContext<ParseSax.HandlerWithResult<T>>
Handler that produces a useable domain object accessible after parsing completes.
- Author:
- Adrian Cole
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, 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 |
ParseSax.HandlerWithResult
public ParseSax.HandlerWithResult()
getRequest
protected HttpRequest getRequest()
getResult
public abstract T getResult()
setContext
public ParseSax.HandlerWithResult<T> setContext(HttpRequest request)
- Specified by:
setContext in interface InvocationContext<ParseSax.HandlerWithResult<T>>
Copyright © 2009-2013 jclouds. All Rights Reserved.