public abstract class AbstractHttpConnectorMigrationStep extends AbstractApplicationModelMigrationStep implements ExpressionMigratorAware
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_NAMESPACE |
protected static org.jdom2.Namespace |
TLS_NAMESPACE |
protected static String |
TLS_NAMESPACE_PREFIX |
protected static String |
TLS_NAMESPACE_URI |
namespacesContribution| Constructor and Description |
|---|
AbstractHttpConnectorMigrationStep() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionMigrator |
getExpressionMigrator() |
void |
setExpressionMigrator(ExpressionMigrator expressionMigrator) |
protected void |
setMule4MapBuilderTagText(int idx,
String tagName,
org.jdom2.Element parentTag,
org.jdom2.Namespace httpNamespace,
MigrationReport report,
Supplier<String> paramsExprCreate,
Function<String,String> paramsExprAppend) |
getApplicationModel, getAppliedTo, getDescription, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic static final String HTTP_NAMESPACE
protected static final String TLS_NAMESPACE_URI
protected static final String TLS_NAMESPACE_PREFIX
protected static final org.jdom2.Namespace TLS_NAMESPACE
protected void setMule4MapBuilderTagText(int idx,
String tagName,
org.jdom2.Element parentTag,
org.jdom2.Namespace httpNamespace,
MigrationReport report,
Supplier<String> paramsExprCreate,
Function<String,String> paramsExprAppend)
public void setExpressionMigrator(ExpressionMigrator expressionMigrator)
setExpressionMigrator in interface ExpressionMigratorAwarepublic ExpressionMigrator getExpressionMigrator()
getExpressionMigrator in interface ExpressionMigratorAwareCopyright © 2018 MuleSoft Inc. All rights reserved.