bing.responses
Class BingSpellResponse

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

public class BingSpellResponse
extends BingResponse

Represents the response retrieved from issuing a spell request.


Constructor Summary
BingSpellResponse()
           
 
Method Summary
 long getTotal()
           
 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, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingSpellResponse

public BingSpellResponse()
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

getTotal

public long getTotal()
Overrides:
getTotal in class BingResponse