Class StorageInfoResponseHandler
- 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<Storage>
-
- org.jclouds.profitbricks.http.parser.storage.StorageInfoResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Storage>>
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class StorageInfoResponseHandler extends BaseStorageResponseHandler<Storage>
-
-
Field Summary
-
Fields inherited from class org.jclouds.profitbricks.http.parser.storage.BaseStorageResponseHandler
builder, dateService, serverIds
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endElement(String uri, String localName, String qName)
Storage
getResult()
-
Methods inherited from class org.jclouds.profitbricks.http.parser.storage.BaseStorageResponseHandler
setPropertyOnEndTag, textToIso8601Date
-
Methods inherited from class org.jclouds.profitbricks.http.parser.BaseProfitBricksResponseHandler
characters, clearTextBuffer, reset, textToBooleanValue, textToDoubleValue, textToFloatValue, textToIntValue, textToStringValue
-
Methods inherited from class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
getRequest, setContext
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
endElement
public void endElement(String uri, String localName, String qName) throws SAXException
- Specified by:
endElement
in interfaceContentHandler
- Specified by:
endElement
in classBaseProfitBricksResponseHandler<Storage>
- Throws:
SAXException
-
getResult
public Storage getResult()
- Specified by:
getResult
in classParseSax.HandlerWithResult<Storage>
-
-