Class ImageInfoResponseHandler
- 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.image.BaseImageResponseHandler<Image>
-
- org.jclouds.profitbricks.http.parser.image.ImageInfoResponseHandler
-
- All Implemented Interfaces:
InvocationContext<ParseSax.HandlerWithResult<Image>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ImageInfoResponseHandler extends BaseImageResponseHandler<Image>
-
-
Field Summary
-
Fields inherited from class org.jclouds.profitbricks.http.parser.image.BaseImageResponseHandler
builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendElement(String uri, String localName, String qName)ImagegetResult()-
Methods inherited from class org.jclouds.profitbricks.http.parser.image.BaseImageResponseHandler
setPropertyOnEndTag
-
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:
endElementin interfaceContentHandler- Specified by:
endElementin classBaseProfitBricksResponseHandler<Image>- Throws:
SAXException
-
getResult
public Image getResult()
- Specified by:
getResultin classParseSax.HandlerWithResult<Image>
-
-