org.dasein.cloud.aws.compute
Class DescribeImagesResponseParser
java.lang.Object
org.dasein.cloud.aws.compute.DescribeImagesResponseParser
- All Implemented Interfaces:
- XmlStreamParser<org.dasein.cloud.compute.MachineImage>
public class DescribeImagesResponseParser
- extends Object
- implements XmlStreamParser<org.dasein.cloud.compute.MachineImage>
Description
Created by Stas Maksimov: 17/04/2014 19:18
- Since:
- 2014.03
- Version:
- 2014.03 initial version
- Author:
- Stas Maksimov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeImagesResponseParser
public DescribeImagesResponseParser(@Nonnull
String regionId,
@Nullable
String providerOwnerId,
@Nullable
org.dasein.cloud.compute.ImageFilterOptions filterOptions,
@Nonnull
List<org.dasein.cloud.compute.MachineImage> list)
parse
public List<org.dasein.cloud.compute.MachineImage> parse(InputStream stream)
throws IOException,
org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Specified by:
parse in interface XmlStreamParser<org.dasein.cloud.compute.MachineImage>
- Throws:
IOException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.