Uses of Interface
com.google.wave.api.oauth.OAuthService

Packages that use OAuthService
com.google.wave.api.oauth.impl   
 

Uses of OAuthService in com.google.wave.api.oauth.impl
 

Classes in com.google.wave.api.oauth.impl that implement OAuthService
 class OAuthServiceImpl
          Implements the OAuthService interface.
 

Methods in com.google.wave.api.oauth.impl that return OAuthService
static OAuthService OAuthServiceImpl.newInstance(java.lang.String userRecordKey, java.lang.String consumerKey, java.lang.String consumerSecret, java.lang.String requestTokenUrl, java.lang.String authorizeUrl, java.lang.String callbackUrl, java.lang.String accessTokenUrl)
          Factory method.