Spring Social

org.springframework.social.config.xml
Interface ApiHelper<T>

Type Parameters:
T - The API type that this helper will return

public interface ApiHelper<T>

Interface defining the operations required for an API helper. An API helper will be used to either fetch or intantiate an instance of the API binding class.

Author:
Craig Walls

Method Summary
 T getApi()
           
 

Method Detail

getApi

T getApi()

Spring Social