org.dasein.cloud.aws.compute
Interface XmlStreamParser<T>

All Known Implementing Classes:
DescribeImagesResponseParser

public interface XmlStreamParser<T>

Interface to be used for stream parser implementations.

Created by Stas Maksimov: 11/04/2014 19:13

Since:
2014.03
Version:
2014.03 initial version
Author:
Stas Maksimov
See Also:
EC2Method.invoke(XmlStreamParser)

Method Summary
 List<T> parse(InputStream stream)
           
 

Method Detail

parse

List<T> parse(InputStream stream)
              throws IOException,
                     org.dasein.cloud.CloudException,
                     org.dasein.cloud.InternalException
Throws:
IOException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.