public class ModelFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ModelFactory |
fromExample(File exampleFile) |
static ModelFactory |
fromExample(String exampleXML) |
static ModelFactory |
fromSchemas(Map<String,InputStream> schemasMap) |
Optional<ExampleAnnotation> |
getExample() |
org.apache.xerces.xs.XSModel |
getModel() |
Optional<QName> |
getRootElementName() |
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(Map<String,InputStream> schemasMap)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.