Class ResolutionRequestListUnmarshaller
- java.lang.Object
-
- org.fedoraproject.xmvn.tools.resolve.xml.ResolutionRequestListUnmarshaller
-
public class ResolutionRequestListUnmarshaller extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.InputStream
inputStream
-
Constructor Summary
Constructors Constructor Description ResolutionRequestListUnmarshaller(java.io.InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResolutionRequest>
unmarshal()
-
-
-
Method Detail
-
unmarshal
public java.util.List<ResolutionRequest> unmarshal() throws java.io.IOException, javax.xml.stream.XMLStreamException
- Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
-
-