Exemple #1
0
 /**
  * Check that the message is valid.
  *
  * @throws IOException
  * @throws URISyntaxException
  *
  * @throws OAuthProblemException
  *                 the message is invalid
  */
 public void validateMessage(OAuthAccessor accessor, OAuthValidator validator)
 {
     validator.validateMessage(this, accessor);
 }
Exemple #2
0
 /**
  * Check that the message is valid.
  * 
  * @throws IOException
  * @throws URISyntaxException
  * 
  * @throws OAuthProblemException
  *                 the message is invalid
  */
 public void validateMessage(OAuthAccessor accessor, OAuthValidator validator)
 {
     validator.validateMessage(this, accessor);
 }