com.knowgate.yahoo
Class YSearchResponse

java.lang.Object
  extended by com.knowgate.yahoo.YSearchResponse

public class YSearchResponse
extends java.lang.Object

Class for unmarshalling Yahoo! Search BOSS XML responses


Constructor Summary
YSearchResponse()
           
 
Method Summary
 int count()
           
 int responseCode()
           
 java.util.ArrayList<Result> results()
           
 Result results(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YSearchResponse

public YSearchResponse()
Method Detail

responseCode

public int responseCode()

count

public int count()

results

public java.util.ArrayList<Result> results()

results

public Result results(int n)