public class GenericGlobalEndpoint extends AbstractGlobalEndpointMigratorStep
| Modifier and Type | Field and Description |
|---|---|
static String |
XPATH_SELECTOR |
namespacesContribution| Constructor and Description |
|---|
GenericGlobalEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeNamespace(org.jdom2.Element referent) |
void |
execute(org.jdom2.Element object,
MigrationReport report) |
String |
getDescription() |
protected Set<org.jdom2.Element> |
getInboundRefs(org.jdom2.Element object) |
protected org.jdom2.Namespace |
getNamespace() |
protected Set<org.jdom2.Element> |
getOutboundRefs(org.jdom2.Element object) |
protected Set<org.jdom2.Element> |
getRefs(org.jdom2.Element object) |
copyAttributes, doExecutegetApplicationModel, getAppliedTo, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionspublic static final String XPATH_SELECTOR
public String getDescription()
getDescription in interface MigrationStep<org.jdom2.Element>getDescription in class AbstractApplicationModelMigrationSteppublic void execute(org.jdom2.Element object,
MigrationReport report)
throws RuntimeException
RuntimeExceptionprotected org.jdom2.Namespace getNamespace()
getNamespace in class AbstractGlobalEndpointMigratorStepprotected void changeNamespace(org.jdom2.Element referent)
changeNamespace in class AbstractGlobalEndpointMigratorStepprotected Set<org.jdom2.Element> getRefs(org.jdom2.Element object)
getRefs in class AbstractGlobalEndpointMigratorStepprotected Set<org.jdom2.Element> getInboundRefs(org.jdom2.Element object)
getInboundRefs in class AbstractGlobalEndpointMigratorStepprotected Set<org.jdom2.Element> getOutboundRefs(org.jdom2.Element object)
getOutboundRefs in class AbstractGlobalEndpointMigratorStepCopyright © 2018 MuleSoft Inc. All rights reserved.