public final class TransportsUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransportsUtils.EndpointAddress
Represents a uri address
|
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
ADDRESS_PATTERN |
static org.jdom2.Namespace |
COMPATIBILITY_NAMESPACE |
protected static String |
COMPATIBILITY_NS_SCHEMA_LOC |
| Modifier and Type | Method and Description |
|---|---|
static void |
extractInboundChildren(org.jdom2.Element inbound,
ApplicationModel appModel) |
static void |
extractInboundChildren(org.jdom2.Element inbound,
int index,
org.jdom2.Element target,
ApplicationModel appModel) |
static void |
extractOutboundChildren(org.jdom2.Element outbound,
ApplicationModel appModel) |
static void |
handleConnectorChildElements(org.jdom2.Element object,
org.jdom2.Element m4Config,
org.jdom2.Element connection,
MigrationReport report) |
static void |
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 |
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 |
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 |
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 Optional<TransportsUtils.EndpointAddress> |
processAddress(org.jdom2.Element endpoint,
MigrationReport report) |
protected static final String COMPATIBILITY_NS_SCHEMA_LOC
public static final org.jdom2.Namespace COMPATIBILITY_NAMESPACE
public static final Pattern ADDRESS_PATTERN
public static Optional<TransportsUtils.EndpointAddress> processAddress(org.jdom2.Element endpoint, MigrationReport report)
public static void handleConnectorChildElements(org.jdom2.Element object,
org.jdom2.Element m4Config,
org.jdom2.Element connection,
MigrationReport report)
public static void migrateInboundEndpointStructure(ApplicationModel appModel, org.jdom2.Element inboundEndpoint, MigrationReport report, boolean expectsOutboundProperties)
public static void migrateInboundEndpointStructure(ApplicationModel appModel, org.jdom2.Element inboundEndpoint, MigrationReport report, boolean expectsOutboundProperties, boolean consumeStreams)
public static void migrateOutboundEndpointStructure(ApplicationModel appModel, org.jdom2.Element outboundEndpoint, MigrationReport report, boolean outputsAttributes)
public static void migrateOutboundEndpointStructure(ApplicationModel appModel, org.jdom2.Element outboundEndpoint, MigrationReport report, boolean outputsAttributes, boolean consumeStreams)
public static void extractInboundChildren(org.jdom2.Element inbound,
ApplicationModel appModel)
public static void extractInboundChildren(org.jdom2.Element inbound,
int index,
org.jdom2.Element target,
ApplicationModel appModel)
public static void extractOutboundChildren(org.jdom2.Element outbound,
ApplicationModel appModel)
Copyright © 2018 MuleSoft Inc. All rights reserved.