public abstract class AbstractGlobalEndpointMigratorStep extends AbstractApplicationModelMigrationStep
namespacesContribution| Constructor and Description |
|---|
AbstractGlobalEndpointMigratorStep() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeNamespace(org.jdom2.Element referent) |
static void |
copyAttributes(org.jdom2.Element object,
org.jdom2.Element referent) |
protected void |
doExecute(org.jdom2.Element object,
MigrationReport report) |
protected Set<org.jdom2.Element> |
getInboundRefs(org.jdom2.Element object) |
protected abstract org.jdom2.Namespace |
getNamespace() |
protected Set<org.jdom2.Element> |
getOutboundRefs(org.jdom2.Element object) |
protected Set<org.jdom2.Element> |
getRefs(org.jdom2.Element object) |
getApplicationModel, getAppliedTo, getDescription, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected abstract org.jdom2.Namespace getNamespace()
protected final void doExecute(org.jdom2.Element object,
MigrationReport report)
public static void copyAttributes(org.jdom2.Element object,
org.jdom2.Element referent)
protected Set<org.jdom2.Element> getRefs(org.jdom2.Element object)
protected Set<org.jdom2.Element> getInboundRefs(org.jdom2.Element object)
protected Set<org.jdom2.Element> getOutboundRefs(org.jdom2.Element object)
protected void changeNamespace(org.jdom2.Element referent)
Copyright © 2018 MuleSoft Inc. All rights reserved.