org.springframework.social.twitter.config.support
Class TwitterApiHelper

java.lang.Object
  extended by org.springframework.social.twitter.config.support.TwitterApiHelper
All Implemented Interfaces:
org.springframework.social.config.xml.ApiHelper<Twitter>

public class TwitterApiHelper
extends Object
implements org.springframework.social.config.xml.ApiHelper<Twitter>


Method Summary
 Twitter getApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApi

public Twitter getApi()
Specified by:
getApi in interface org.springframework.social.config.xml.ApiHelper<Twitter>