org.mule.module.apikit
Class ActionImplementedRuleExtension

java.lang.Object
  extended by org.mule.module.apikit.ActionImplementedRuleExtension
All Implemented Interfaces:
org.raml.parser.rule.NodeRuleFactoryExtension

public class ActionImplementedRuleExtension
extends Object
implements org.raml.parser.rule.NodeRuleFactoryExtension


Constructor Summary
ActionImplementedRuleExtension(Map<String,org.mule.construct.Flow> restFlowMap)
           
 
Method Summary
 org.raml.parser.rule.TupleRule<?,?> createRule(Field field, Annotation annotation)
           
 boolean handles(Field field, Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionImplementedRuleExtension

public ActionImplementedRuleExtension(Map<String,org.mule.construct.Flow> restFlowMap)
Method Detail

handles

public boolean handles(Field field,
                       Annotation annotation)
Specified by:
handles in interface org.raml.parser.rule.NodeRuleFactoryExtension

createRule

public org.raml.parser.rule.TupleRule<?,?> createRule(Field field,
                                                      Annotation annotation)
Specified by:
createRule in interface org.raml.parser.rule.NodeRuleFactoryExtension


Copyright © 2013. All rights reserved.