com.popcornmonsters.ap4j
Class Ap4j
com.popcornmonsters.ap4j.Ap4j
- public class Ap4j
This does the work for you. Create a SearchBean object and pass it to searchForPosters
and it will return a fully populated ResultVO object with the results of the search.
At the momment the AllPosters.com web service only
has one method, searchForPosters so that is all we have. In the future if there are
more methods available they will be here.
|
Constructor Summary |
Ap4j()
|
Ap4j
public Ap4j()
searchForPosters
public static ResultVO searchForPosters(SearchBean searchBean)
- Use this method to searchFor posters. Takes in SearchBean and returns populated ResultVO
object, with all of the results that were returned from the web service search.
- Parameters:
searchBean - - Returns:
- ResultVO