Package edu.kirkwood.dao.impl
Class XmlMovieDAO
java.lang.Object
edu.kirkwood.dao.impl.XmlMovieDAO
- All Implemented Interfaces:
MovieDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParse an XML file into a list of moviesRetrieves all movies from the data source that matches the title
-
Constructor Details
-
XmlMovieDAO
-
-
Method Details
-
search
Retrieves all movies from the data source that matches the title -
parseXml
Parse an XML file into a list of movies- Parameters:
xml
- The raw String data- Returns:
- a List of MovieSearchResult objects
- Throws:
jakarta.xml.bind.JAXBException
-