public class HttpOutboundEndpoint extends AbstractApplicationModelMigrationStep implements ExpressionMigratorAware
| Modifier and Type | Field and Description |
|---|---|
static String |
XPATH_SELECTOR |
namespacesContribution| Constructor and Description |
|---|
HttpOutboundEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jdom2.Element object,
MigrationReport report) |
void |
executeChild(org.jdom2.Element object,
MigrationReport report,
org.jdom2.Namespace httpNamespace) |
protected org.jdom2.Element |
getConnector(String connectorName) |
protected Optional<org.jdom2.Element> |
getDefaultConnector() |
String |
getDescription() |
ExpressionMigrator |
getExpressionMigrator() |
static void |
handleConnector(org.jdom2.Element connector,
org.jdom2.Element reqConnection,
MigrationReport report,
org.jdom2.Namespace httpNamespace,
ApplicationModel appModel) |
void |
setExpressionMigrator(ExpressionMigrator expressionMigrator) |
getApplicationModel, 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
execute in interface StepExecutable<org.jdom2.Element>RuntimeExceptionprotected org.jdom2.Element getConnector(String connectorName)
protected Optional<org.jdom2.Element> getDefaultConnector()
public static void handleConnector(org.jdom2.Element connector,
org.jdom2.Element reqConnection,
MigrationReport report,
org.jdom2.Namespace httpNamespace,
ApplicationModel appModel)
public void executeChild(org.jdom2.Element object,
MigrationReport report,
org.jdom2.Namespace httpNamespace)
throws RuntimeException
RuntimeExceptionpublic void setExpressionMigrator(ExpressionMigrator expressionMigrator)
setExpressionMigrator in interface ExpressionMigratorAwarepublic ExpressionMigrator getExpressionMigrator()
getExpressionMigrator in interface ExpressionMigratorAwareCopyright © 2018 MuleSoft Inc. All rights reserved.