org.springframework.social.evernote.connect
Class EvernoteYinXiangConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<A>
      extended by org.springframework.social.connect.support.OAuth1ConnectionFactory<Evernote>
          extended by org.springframework.social.evernote.connect.EvernoteConnectionFactory
              extended by org.springframework.social.evernote.connect.EvernoteYinXiangConnectionFactory

public class EvernoteYinXiangConnectionFactory
extends EvernoteConnectionFactory

Author:
Tadaya Tsuyukubo

Constructor Summary
EvernoteYinXiangConnectionFactory(String consumerKey, String consumerSecret)
           
EvernoteYinXiangConnectionFactory(String consumerKey, String consumerSecret, com.evernote.auth.EvernoteService evernoteService)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.evernote.connect.EvernoteConnectionFactory
createConnection, createConnection, extractProviderUserId, getEvernoteService
 
Methods inherited from class org.springframework.social.connect.support.OAuth1ConnectionFactory
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

EvernoteYinXiangConnectionFactory

public EvernoteYinXiangConnectionFactory(String consumerKey,
                                         String consumerSecret)

EvernoteYinXiangConnectionFactory

public EvernoteYinXiangConnectionFactory(String consumerKey,
                                         String consumerSecret,
                                         com.evernote.auth.EvernoteService evernoteService)


Copyright © 2014. All Rights Reserved.