| Modifier and Type | Method and Description |
|---|---|
void |
Executable.execute(MigrationReport report) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGlobalEndpointMigratorStep.doExecute(org.jdom2.Element object,
MigrationReport report) |
void |
StepExecutable.execute(T object,
MigrationReport report) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransportsUtils.handleConnectorChildElements(org.jdom2.Element object,
org.jdom2.Element m4Config,
org.jdom2.Element connection,
MigrationReport report) |
static void |
XmlDslUtils.migrateEnrichers(org.jdom2.Element object,
ExpressionMigrator expressionMigrator,
CompatibilityResolver<String> resolver,
ApplicationModel model,
MigrationReport report) |
static void |
TransportsUtils.migrateInboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element inboundEndpoint,
MigrationReport report,
boolean expectsOutboundProperties)
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
|
static void |
TransportsUtils.migrateInboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element inboundEndpoint,
MigrationReport report,
boolean expectsOutboundProperties,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
|
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report)
Add the required compatibility elements to the flow for a migrated operation to work correctly.
|
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean outputsAttributes,
ExpressionMigrator expressionMigrator,
CompatibilityResolver resolver) |
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean outputsAttributes,
ExpressionMigrator expressionMigrator,
CompatibilityResolver resolver,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated operation to work correctly.
|
static void |
TransportsUtils.migrateOutboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element outboundEndpoint,
MigrationReport report,
boolean outputsAttributes)
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
|
static void |
TransportsUtils.migrateOutboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element outboundEndpoint,
MigrationReport report,
boolean outputsAttributes,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
|
static void |
XmlDslUtils.migrateRedeliveryPolicyChildren(org.jdom2.Element redeliveryPolicy,
MigrationReport report) |
static void |
XmlDslUtils.migrateSourceStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report)
Add the required compatibility elements to the flow for a migrated source to work correctly.
|
static void |
XmlDslUtils.migrateSourceStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean expectsOutboundProperties,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated source to work correctly.
|
static Optional<TransportsUtils.EndpointAddress> |
TransportsUtils.processAddress(org.jdom2.Element endpoint,
MigrationReport report) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMigrationTask.execute(MigrationReport report) |
| Modifier and Type | Method and Description |
|---|---|
T |
CompatibilityResolver.resolve(String original,
org.jdom2.Element element,
MigrationReport report,
ApplicationModel model,
ExpressionMigrator expressionMigrator) |
default T |
CompatibilityResolver.resolve(String original,
org.jdom2.Element element,
MigrationReport report,
ApplicationModel model,
ExpressionMigrator expressionMigrator,
boolean enricher) |
Copyright © 2018 MuleSoft Inc. All rights reserved.