|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
public abstract static class ParseSax.HandlerWithResult<T>
Handler that produces a useable domain object accessible after parsing completes.
Constructor Summary | |
---|---|
ParseSax.HandlerWithResult()
|
Method Summary | |
---|---|
protected HttpRequest |
getRequest()
|
abstract T |
getResult()
|
ParseSax.HandlerWithResult<T> |
setContext(HttpRequest request)
|
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 |
Constructor Detail |
---|
public ParseSax.HandlerWithResult()
Method Detail |
---|
protected HttpRequest getRequest()
public abstract T getResult()
public ParseSax.HandlerWithResult<T> setContext(HttpRequest request)
setContext
in interface InvocationContext<ParseSax.HandlerWithResult<T>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |