bing.responses
Class BingPhonebookResponse

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

public class BingPhonebookResponse
extends BingResponse

Represents the response retrieved from issuing a phonebook request.


Constructor Summary
BingPhonebookResponse()
           
 
Method Summary
 java.lang.String getLocalSerpUrl()
           
 java.lang.String getTitle()
           
 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

BingPhonebookResponse

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

getTitle

public java.lang.String getTitle()

getLocalSerpUrl

public java.lang.String getLocalSerpUrl()