Class BaseStorageResponseHandler<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.storage.BaseStorageResponseHandler<T>
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<T>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Direct Known Subclasses:
StorageInfoResponseHandler
,StorageListResponseHandler
public abstract class BaseStorageResponseHandler<T> extends BaseProfitBricksResponseHandler<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Storage.Builder
builder
protected DateService
dateService
protected List<String>
serverIds
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseStorageResponseHandler(DateService dateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setPropertyOnEndTag(String qName)
protected Date
textToIso8601Date()
-
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
-
-
-
-
Field Detail
-
dateService
protected final DateService dateService
-
builder
protected Storage.Builder builder
-
-
Constructor Detail
-
BaseStorageResponseHandler
protected BaseStorageResponseHandler(DateService dateService)
-
-
Method Detail
-
textToIso8601Date
protected final Date textToIso8601Date()
-
setPropertyOnEndTag
protected void setPropertyOnEndTag(String qName)
- Specified by:
setPropertyOnEndTag
in classBaseProfitBricksResponseHandler<T>
-
-