public class SlideShareTemplate extends Object implements SlideShare
| Constructor and Description |
|---|
SlideShareTemplate(String apiKey,
String sharedSecret) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
protected org.springframework.web.client.RestTemplate |
createRestTemplateWithCulledMessageConverters() |
protected List<org.springframework.http.converter.HttpMessageConverter<?>> |
getMessageConverters() |
org.springframework.web.client.RestTemplate |
getRestTemplate() |
protected org.springframework.http.converter.HttpMessageConverter<?> |
getXmlConverter() |
boolean |
isAuthorized() |
protected void |
registerSlideShareInterceptor(String apiKey,
String sharedSecret) |
SlideshowOperations |
slideshowOperations() |
protected void configureRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
protected void registerSlideShareInterceptor(String apiKey, String sharedSecret)
protected org.springframework.web.client.RestTemplate createRestTemplateWithCulledMessageConverters()
protected List<org.springframework.http.converter.HttpMessageConverter<?>> getMessageConverters()
protected org.springframework.http.converter.HttpMessageConverter<?> getXmlConverter()
public SlideshowOperations slideshowOperations()
slideshowOperations in interface SlideSharepublic boolean isAuthorized()
isAuthorized in interface org.springframework.social.ApiBindingpublic org.springframework.web.client.RestTemplate getRestTemplate()
Copyright © 2015. All rights reserved.