public class ScriptingFilterMigration extends ScriptingModuleMigration
| Modifier and Type | Field and Description |
|---|---|
static String |
XPATH_SELECTOR |
SCRIPT_NAMESPACEnamespacesContribution| Constructor and Description |
|---|
ScriptingFilterMigration() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jdom2.Element element,
MigrationReport report) |
String |
getDescription() |
protected void |
handleCode(org.jdom2.Element scriptNode) |
protected void |
handleFilter(org.jdom2.Element filter) |
protected org.jdom2.Element |
resolveValidationHandler(org.jdom2.Element errorHandler) |
getApplicationModel, getAppliedTo, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionspublic static final String XPATH_SELECTOR
public String getDescription()
getDescription in interface MigrationStep<org.jdom2.Element>getDescription in class ScriptingModuleMigrationpublic void execute(org.jdom2.Element element,
MigrationReport report)
throws RuntimeException
execute in interface StepExecutable<org.jdom2.Element>execute in class ScriptingModuleMigrationRuntimeExceptionprotected void handleCode(org.jdom2.Element scriptNode)
handleCode in class ScriptingModuleMigrationprotected void handleFilter(org.jdom2.Element filter)
protected org.jdom2.Element resolveValidationHandler(org.jdom2.Element errorHandler)
Copyright © 2018 MuleSoft Inc. All rights reserved.