クラス
oauth.signpost.exception.OAuthCommunicationException の使用

OAuthCommunicationException を使用しているパッケージ
oauth.signpost   
 

oauth.signpost での OAuthCommunicationException の使用
 

OAuthCommunicationException をスローする oauth.signpost のメソッド
 void OAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
          Queries the service provider for an access token.
 void AbstractOAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
           
 String OAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
          Queries the service provider for a request token.
 String AbstractOAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
           
protected  void AbstractOAuthProvider.retrieveToken(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams)
           Implemented by subclasses.
 HttpRequest OAuthConsumer.sign(HttpRequest request)
          Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
 HttpRequest AbstractOAuthConsumer.sign(HttpRequest request)
           
 HttpRequest OAuthConsumer.sign(Object request)
           Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
 HttpRequest AbstractOAuthConsumer.sign(Object request)
           
 String OAuthConsumer.sign(String url)
           "Signs" the given URL by appending all OAuth parameters to it which are required for message signing.
 String AbstractOAuthConsumer.sign(String url)
           
 



Copyright © 2012. All Rights Reserved.