public abstract class AbstractEmailMigrator extends AbstractApplicationModelMigrationStep
| Modifier and Type | Field and Description |
|---|---|
static org.jdom2.Namespace |
EMAIL_NAMESPACE |
static String |
EMAIL_SCHEMA_LOC |
namespacesContribution| Constructor and Description |
|---|
AbstractEmailMigrator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jdom2.Element |
getConnector(String connectorName) |
protected abstract Optional<org.jdom2.Element> |
getDefaultConnector() |
protected Optional<org.jdom2.Element> |
resolveConnector(org.jdom2.Element object,
ApplicationModel appModel) |
getApplicationModel, getAppliedTo, getDescription, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic static final org.jdom2.Namespace EMAIL_NAMESPACE
public static final String EMAIL_SCHEMA_LOC
protected Optional<org.jdom2.Element> resolveConnector(org.jdom2.Element object, ApplicationModel appModel)
protected abstract org.jdom2.Element getConnector(String connectorName)
protected abstract Optional<org.jdom2.Element> getDefaultConnector()
Copyright © 2018 MuleSoft Inc. All rights reserved.