Class BaseSnapshotResponseHandler<T>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<T>
org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler<T>
org.jclouds.profitbricks.http.parser.snapshot.BaseSnapshotResponseHandler<T>
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<T>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
SnapshotListResponseHandler
,SnapshotResponseHandler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setPropertyOnEndTag
(String qName) protected final Date
Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
characters, clearTextBuffer, endElement, reset, textToBooleanValue, textToDoubleValue, textToFloatValue, textToIntValue, textToStringValue
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerWithResult
getResult
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 org.xml.sax.ContentHandler
declaration
-
Field Details
-
builder
-
dateService
-
-
Method Details
-
textToIso8601Date
-
setPropertyOnEndTag
- Specified by:
setPropertyOnEndTag
in classBaseProfitBricksResponseHandler<T>
-