org.mule.devkit.generation.oauth
Class OAuth2ClientAnnotationVerifier

java.lang.Object
  extended by org.mule.devkit.generation.oauth.AbstractOAuthClientAnnotationVerifier
      extended by org.mule.devkit.generation.oauth.OAuth2ClientAnnotationVerifier
All Implemented Interfaces:
ModuleAnnotationVerifier, Verifier

public class OAuth2ClientAnnotationVerifier
extends AbstractOAuthClientAnnotationVerifier


Constructor Summary
OAuth2ClientAnnotationVerifier()
           
 
Method Summary
 boolean shouldVerify(org.mule.devkit.model.module.Module module)
           
 void verify(org.mule.devkit.model.module.oauth.OAuthModule module)
           
 
Methods inherited from class org.mule.devkit.generation.oauth.AbstractOAuthClientAnnotationVerifier
classHasMethodWithParameterAnnotated, verify, verifyPostAuthorizationMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth2ClientAnnotationVerifier

public OAuth2ClientAnnotationVerifier()
Method Detail

shouldVerify

public boolean shouldVerify(org.mule.devkit.model.module.Module module)
Specified by:
shouldVerify in interface ModuleAnnotationVerifier
Overrides:
shouldVerify in class AbstractOAuthClientAnnotationVerifier

verify

public void verify(org.mule.devkit.model.module.oauth.OAuthModule module)
            throws AnnotationVerificationException
Specified by:
verify in class AbstractOAuthClientAnnotationVerifier
Throws:
AnnotationVerificationException


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.