org.jboss.seam.social.examples.webclient
Class SocialClient

java.lang.Object
  extended by org.jboss.seam.social.examples.webclient.SocialClient
All Implemented Interfaces:
Serializable

@Named
@SessionScoped
public class SocialClient
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SocialClient()
           
 
Method Summary
 void connectCurrentService()
           
 org.jboss.seam.social.oauth.OAuthToken getAccessToken()
           
 org.jboss.seam.social.oauth.OAuthService getCurrentService()
           
 String getCurrentServiceName()
           
 org.jboss.seam.social.MultiServicesManager getManager()
           
 List<org.jboss.seam.social.oauth.OAuthService> getServices()
           
 Map<String,org.jboss.seam.social.oauth.OAuthService> getServicesMap()
           
 String getTimeLineUrl()
           
 void redirectToAuthorizationURL(String url)
           
 void resetConnection()
           
 void serviceInit(String servType)
           
 void setCurrentService(org.jboss.seam.social.oauth.OAuthService currentService)
           
 void setCurrentServiceName(String cursrvHdlStr)
           
 void setManager(org.jboss.seam.social.MultiServicesManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialClient

public SocialClient()
Method Detail

getManager

public org.jboss.seam.social.MultiServicesManager getManager()

setManager

public void setManager(org.jboss.seam.social.MultiServicesManager manager)

getCurrentService

@Produces
@Named
public org.jboss.seam.social.oauth.OAuthService getCurrentService()

setCurrentService

public void setCurrentService(org.jboss.seam.social.oauth.OAuthService currentService)

getServicesMap

public Map<String,org.jboss.seam.social.oauth.OAuthService> getServicesMap()

getServices

public List<org.jboss.seam.social.oauth.OAuthService> getServices()

getAccessToken

public org.jboss.seam.social.oauth.OAuthToken getAccessToken()

connectCurrentService

public void connectCurrentService()

getCurrentServiceName

public String getCurrentServiceName()

setCurrentServiceName

public void setCurrentServiceName(String cursrvHdlStr)

redirectToAuthorizationURL

public void redirectToAuthorizationURL(String url)
                                throws IOException
Throws:
IOException

getTimeLineUrl

public String getTimeLineUrl()

serviceInit

public void serviceInit(String servType)
                 throws IOException
Throws:
IOException

resetConnection

public void resetConnection()


Copyright © 2011 Seam Framework. All Rights Reserved.