Package org.jclouds.cloudwatch.xml
Class AlarmHistoryItemHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
-
- org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<AlarmHistoryItem>
-
- org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
-
- All Implemented Interfaces:
org.jclouds.rest.InvocationContext<org.jclouds.http.functions.ParseSax.HandlerWithResult<AlarmHistoryItem>>,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
@Beta public class AlarmHistoryItemHandler extends org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<AlarmHistoryItem>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jclouds.date.DateServicedateService
-
Constructor Summary
Constructors Constructor Description AlarmHistoryItemHandler(org.jclouds.date.DateService dateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidendElement(String uri, String name, String qName)AlarmHistoryItemgetResult()-
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 name, String qName) throws SAXException
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
characters
public void characters(char[] ch, int start, int length)- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
getResult
public AlarmHistoryItem getResult()
- Specified by:
getResultin classorg.jclouds.http.functions.ParseSax.HandlerWithResult<AlarmHistoryItem>
-
-