org.dasein.cloud.aws.compute
Class DescribeImagesResponseParser

java.lang.Object
  extended by 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

Constructor Summary
DescribeImagesResponseParser(String regionId, String providerOwnerId, org.dasein.cloud.compute.ImageFilterOptions filterOptions, List<org.dasein.cloud.compute.MachineImage> list)
           
 
Method Summary
 List<org.dasein.cloud.compute.MachineImage> parse(InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeImagesResponseParser

public DescribeImagesResponseParser(@Nonnull
                                    String regionId,
                                    @Nullable
                                    String providerOwnerId,
                                    @Nullable
                                    org.dasein.cloud.compute.ImageFilterOptions filterOptions,
                                    @Nonnull
                                    List<org.dasein.cloud.compute.MachineImage> list)
Method Detail

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.