public class ModelFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ModelFactory |
fromExample(File exampleFile) |
static ModelFactory |
fromExample(String exampleXML) |
static ModelFactory |
fromSchemas(List<File> schemas) |
static ModelFactory |
fromSchemas(Set<String> schemas) |
Optional<ExampleAnnotation> |
getExample() |
org.apache.xerces.xs.XSModel |
getModel() |
public org.apache.xerces.xs.XSModel getModel()
public Optional<ExampleAnnotation> getExample()
public static ModelFactory fromExample(File exampleFile)
public static ModelFactory fromExample(String exampleXML)
public static ModelFactory fromSchemas(List<File> schemas)
public static ModelFactory fromSchemas(Set<String> schemas)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.