org.mule.devkit.model.schema
Class SchemaModel

java.lang.Object
  extended by org.mule.devkit.model.schema.SchemaModel

public final class SchemaModel
extends Object


Constructor Summary
SchemaModel(CodeWriter codeWriter)
           
 
Method Summary
 void addSchemaLocation(SchemaLocation schemaLocation)
           
 void build()
           
 SchemaLocation getSchemaLocationByNamespace(String namespace)
           
 List<SchemaLocation> getSchemaLocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaModel

public SchemaModel(CodeWriter codeWriter)
Method Detail

addSchemaLocation

public void addSchemaLocation(SchemaLocation schemaLocation)

build

public void build()
           throws IOException
Throws:
IOException

getSchemaLocations

public List<SchemaLocation> getSchemaLocations()

getSchemaLocationByNamespace

public SchemaLocation getSchemaLocationByNamespace(String namespace)


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