org.mule.tools.apikit.output
Class MuleConfigGenerator

java.lang.Object
  extended by org.mule.tools.apikit.output.MuleConfigGenerator

public class MuleConfigGenerator
extends Object


Field Summary
static NamespaceWithLocation HTTP_NAMESPACE
           
static NamespaceWithLocation SPRING_NAMESPACE
           
static NamespaceWithLocation XMLNS_NAMESPACE
           
static NamespaceWithLocation XSI_NAMESPACE
           
 
Constructor Summary
MuleConfigGenerator(org.apache.maven.plugin.logging.Log log, File muleConfigOutputDirectory, List<GenerationModel> flowEntries)
           
 
Method Summary
 void generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLNS_NAMESPACE

public static final NamespaceWithLocation XMLNS_NAMESPACE

XSI_NAMESPACE

public static final NamespaceWithLocation XSI_NAMESPACE

HTTP_NAMESPACE

public static final NamespaceWithLocation HTTP_NAMESPACE

SPRING_NAMESPACE

public static final NamespaceWithLocation SPRING_NAMESPACE
Constructor Detail

MuleConfigGenerator

public MuleConfigGenerator(org.apache.maven.plugin.logging.Log log,
                           File muleConfigOutputDirectory,
                           List<GenerationModel> flowEntries)
Method Detail

generate

public void generate()


Copyright © 2013. All rights reserved.