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