Uses of Interface
com.twitterapime.parser.Handler

Packages that use Handler
com.twitterapime.io.handler   
com.twitterapime.parser   
com.twitterapime.rest.handler   
com.twitterapime.search.handler   
 

Uses of Handler in com.twitterapime.io.handler
 

Classes in com.twitterapime.io.handler that implement Handler
 class HttpResponseCodeErrorHandler
           Handler class for parsing the XML error messages from Twitter API.
 

Uses of Handler in com.twitterapime.parser
 

Subinterfaces of Handler in com.twitterapime.parser
 interface XMLHandler
           This interface defines a XML document handler.
 

Classes in com.twitterapime.parser that implement Handler
 class DefaultXMLHandler
           This class defines a default XML document handler.
 

Methods in com.twitterapime.parser with parameters of type Handler
abstract  void Parser.parse(java.io.InputStream stream, Handler handler)
           Parse the content of the input stream specified as XML using the specified Handler.
 

Uses of Handler in com.twitterapime.rest.handler
 

Classes in com.twitterapime.rest.handler that implement Handler
 class AccountHandler
           Handler class for parsing the account's XML results from Twitter API.
 class DirectMessageHandler
           Handler class for parsing the XML Direct Message from Twitter API.
 class GeoLocationHandler
           Handler class for parsing the XML geo location from Twitter API.
 class RateLimitStatusHandler
           Handler class for parsing the XML rate limit status from Twitter API.
 class StatusHandler
           Handler class for parsing the status' XML results from Twitter API.
 class TimelineHandler
           Handler class for parsing the XML timeline from Twitter API.
 class TweetHandler
           Handler class for parsing the XML tweet from Twitter API.
 class UserAccountHandler
           Handler class for parsing the XML user account from Twitter API.
 

Uses of Handler in com.twitterapime.search.handler
 

Classes in com.twitterapime.search.handler that implement Handler
 class SearchResultHandler
           Handler class for parsing the XML search result from Twitter API.
 



Copyright © 2010 Twitter API ME Team. All Rights Reserved.