Interface ExtensionSchemaGenerator
@NoImplement
public interface ExtensionSchemaGenerator
Enables the generation of XML Schema Definitions for extensions.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
generate
String generate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.api.dsl.DslResolvingContext context) Creates the XSD for an extension based on it'sextensionModel.- Parameters:
extensionModel- theExtensionModelused to generate the schema.- Returns:
- an String containing the XML Schema Definition for the given extension.
-