org.springframework.social.gowalla.connect
Class GowallaConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<S>
      extended by org.springframework.social.connect.support.OAuth2ConnectionFactory<GowallaApi>
          extended by org.springframework.social.gowalla.connect.GowallaConnectionFactory

public class GowallaConnectionFactory
extends OAuth2ConnectionFactory<GowallaApi>

Gowalla ConnectionFactory implementation.


Constructor Summary
GowallaConnectionFactory(java.lang.String clientId, java.lang.String clientSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, extractProviderUserId, getOAuthOperations
 
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GowallaConnectionFactory

public GowallaConnectionFactory(java.lang.String clientId,
                                java.lang.String clientSecret)