public class SpringConfigInMuleConfig extends AbstractApplicationModelMigrationStep
| Modifier and Type | Field and Description |
|---|---|
protected static org.jdom2.Namespace |
SPRING_NAMESPACE |
protected static String |
SPRING_NAMESPACE_PREFIX |
protected static String |
SPRING_NAMESPACE_URI |
protected static org.jdom2.Namespace |
SPRING_SECURITY_NAMESPACE |
static String |
XPATH_SELECTOR |
namespacesContribution| Constructor and Description |
|---|
SpringConfigInMuleConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSpringModuleConfig(org.jdom2.Document document,
String beansPath) |
void |
execute(org.jdom2.Element object,
MigrationReport report) |
String |
getDescription() |
protected void |
moveNamespacesDeclarations(org.jdom2.Document muleDocument,
org.jdom2.Element movedElement,
org.jdom2.Document springDocument) |
protected org.jdom2.Document |
resolveSpringDocument(org.jdom2.Document currentDoc) |
protected org.jdom2.Document |
resolveSpringFile(org.jdom2.Document currentDoc,
org.jdom2.Document springDocument,
Map<Path,org.jdom2.Document> artifactDocs) |
getApplicationModel, getAppliedTo, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionspublic static final String XPATH_SELECTOR
protected static final String SPRING_NAMESPACE_PREFIX
protected static final String SPRING_NAMESPACE_URI
protected static final org.jdom2.Namespace SPRING_NAMESPACE
protected static final org.jdom2.Namespace SPRING_SECURITY_NAMESPACE
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.Document resolveSpringDocument(org.jdom2.Document currentDoc)
protected org.jdom2.Document resolveSpringFile(org.jdom2.Document currentDoc,
org.jdom2.Document springDocument,
Map<Path,org.jdom2.Document> artifactDocs)
protected void moveNamespacesDeclarations(org.jdom2.Document muleDocument,
org.jdom2.Element movedElement,
org.jdom2.Document springDocument)
protected void addSpringModuleConfig(org.jdom2.Document document,
String beansPath)
Copyright © 2018 MuleSoft Inc. All rights reserved.