spring-social-linkedin

org.springframework.social.linkedin.config.support
Class LinkedInApiHelper

java.lang.Object
  extended by org.springframework.social.linkedin.config.support.LinkedInApiHelper
All Implemented Interfaces:
org.springframework.social.config.xml.ApiHelper<LinkedIn>

public class LinkedInApiHelper
extends java.lang.Object
implements org.springframework.social.config.xml.ApiHelper<LinkedIn>

Support class for JavaConfig and XML configuration support. Creates an API binding instance for the current user's connection.

Author:
Craig Walls

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

Method Detail

getApi

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

spring-social-linkedin