public class BlockDeviceMappingHandler extends ParseSax.HandlerWithResult<Map<String,BlockDevice>>
| Constructor and Description | 
|---|
BlockDeviceMappingHandler(DateCodecFactory dateCodecFactory)  | 
| 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 DateCodec dateCodec
@Inject public BlockDeviceMappingHandler(DateCodecFactory dateCodecFactory)
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-2013 jclouds. All Rights Reserved.