@Beta public class AlarmHistoryItemHandler extends ParseSax.HandlerForGeneratedRequestWithResult<AlarmHistoryItem>
| Modifier and Type | Field and Description |
|---|---|
protected DateService |
dateService |
| Constructor and Description |
|---|
AlarmHistoryItemHandler(DateService dateService) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
AlarmHistoryItem |
getResult() |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected final DateService dateService
@Inject public AlarmHistoryItemHandler(DateService dateService)
public void endElement(String uri, String name, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerpublic AlarmHistoryItem getResult()
getResult in class ParseSax.HandlerWithResult<AlarmHistoryItem>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.