org.mule.devkit.generation.oauth
Class OAuth1ClientAnnotationVerifier

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

public class OAuth1ClientAnnotationVerifier
extends AbstractOAuthClientAnnotationVerifier


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

Constructor Detail

OAuth1ClientAnnotationVerifier

public OAuth1ClientAnnotationVerifier()
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,
                   NotificationGatherer gatherer)
            throws AnnotationVerificationException
Specified by:
verify in class AbstractOAuthClientAnnotationVerifier
Throws:
AnnotationVerificationException


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