org.mule.devkit.generation.rest
Class RestClientAnnotationVerifier

java.lang.Object
  extended by org.mule.devkit.generation.rest.RestClientAnnotationVerifier
All Implemented Interfaces:
ModuleAnnotationVerifier, Verifier

public class RestClientAnnotationVerifier
extends Object
implements ModuleAnnotationVerifier


Constructor Summary
RestClientAnnotationVerifier()
           
 
Method Summary
 boolean shouldVerify(org.mule.devkit.model.module.Module module)
           
 void verify(org.mule.devkit.model.module.Module module, NotificationGatherer gatherer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestClientAnnotationVerifier

public RestClientAnnotationVerifier()
Method Detail

shouldVerify

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

verify

public void verify(org.mule.devkit.model.module.Module module,
                   NotificationGatherer gatherer)
            throws AnnotationVerificationException
Specified by:
verify in interface ModuleAnnotationVerifier
Throws:
AnnotationVerificationException


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