public class TaskHandler extends org.jclouds.http.functions.ParseSax.HandlerWithResult<Task>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.date.DateService |
dateService |
protected org.jclouds.logging.Logger |
logger |
| Constructor and Description |
|---|
TaskHandler(org.jclouds.date.DateService dateService) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
Task |
getResult() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected final org.jclouds.date.DateService dateService
protected org.jclouds.logging.Logger logger
public Task getResult()
getResult in class org.jclouds.http.functions.ParseSax.HandlerWithResult<Task>public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.