bing.responses
Class BingNewsResponse

java.lang.Object
  extended by bing.responses.BingResponse
      extended by bing.responses.BingNewsResponse

public class BingNewsResponse
extends BingResponse

Represents the response retrieved from issuing a news request.


Constructor Summary
BingNewsResponse()
           
 
Method Summary
 BingRelatedSearchResult[] getRelatedSearches()
           
 void handleElements(java.util.Hashtable table)
          Some Bing responses can contain extra data then what is normally processed, process that data here if supported.
 
Methods inherited from class bing.responses.BingResponse
addResult, getAlterationOverrideQuery, getAlteredQuery, getOffset, getQuery, getTotal, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingNewsResponse

public BingNewsResponse()
Method Detail

handleElements

public void handleElements(java.util.Hashtable table)
Description copied from class: BingResponse
Some Bing responses can contain extra data then what is normally processed, process that data here if supported.

Overrides:
handleElements in class BingResponse

getRelatedSearches

public BingRelatedSearchResult[] getRelatedSearches()