Uses of Interface
org.mule.devkit.model.module.SourceMethod

Packages that use SourceMethod
org.mule.devkit.model.module   
org.mule.devkit.model.visitor   
 

Uses of SourceMethod in org.mule.devkit.model.module
 

Methods in org.mule.devkit.model.module that return types with arguments of type SourceMethod
 List<SourceMethod> Module.getSourceMethods()
          Get a list of all methods annotated with @Source

This method will recursively go thru all superclasses as well.

 

Uses of SourceMethod in org.mule.devkit.model.visitor
 

Methods in org.mule.devkit.model.visitor with parameters of type SourceMethod
 void ModelVisitor.visit(SourceMethod sourceMethod)
           
 



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