org.jclouds.openstack.nova.ec2.xml
Class NovaCreateVolumeResponseHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jclouds.http.functions.ParseSax.HandlerWithResult<T>
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Volume>
org.jclouds.ec2.xml.CreateVolumeResponseHandler
org.jclouds.openstack.nova.ec2.xml.NovaCreateVolumeResponseHandler
- All Implemented Interfaces:
- InvocationContext<ParseSax.HandlerWithResult<Volume>>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class NovaCreateVolumeResponseHandler
- extends CreateVolumeResponseHandler
- Author:
- Adam lowe
| Fields inherited from class org.jclouds.ec2.xml.CreateVolumeResponseHandler |
attachments, attachmentStatus, attachTime, availabilityZone, createTime, currentText, dateCodec, defaultRegion, device, id, inAttachmentSet, instanceId, region, regionToZonesSupplier, size, snapshotId, volumeId, volumeStatus, zonesSupplier |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NovaCreateVolumeResponseHandler
@Inject
protected NovaCreateVolumeResponseHandler(DateCodecFactory dateCodecFactory,
com.google.common.base.Supplier<String> defaultRegion,
com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier,
com.google.common.base.Supplier<Set<String>> zonesSupplier)
endElement
public void endElement(String uri,
String name,
String qName)
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class CreateVolumeResponseHandler
Copyright © 2009-2012 jclouds. All Rights Reserved.