public class HttpsOutboundEndpoint extends HttpOutboundEndpoint
| Modifier and Type | Field and Description |
|---|---|
static String |
XPATH_SELECTOR |
namespacesContribution| Constructor and Description |
|---|
HttpsOutboundEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jdom2.Element object,
MigrationReport report) |
protected org.jdom2.Element |
getConnector(String connectorName) |
protected Optional<org.jdom2.Element> |
getDefaultConnector() |
String |
getDescription() |
static void |
migrate(org.jdom2.Element httpsRequesterConnection,
Optional<org.jdom2.Element> httpsConnector,
MigrationReport report,
ApplicationModel appModel,
String tlsClientTagName) |
executeChild, getExpressionMigrator, handleConnector, setExpressionMigratorgetApplicationModel, getAppliedTo, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionspublic static final String XPATH_SELECTOR
public String getDescription()
getDescription in interface MigrationStep<org.jdom2.Element>getDescription in class HttpOutboundEndpointpublic void execute(org.jdom2.Element object,
MigrationReport report)
throws RuntimeException
execute in interface StepExecutable<org.jdom2.Element>execute in class HttpOutboundEndpointRuntimeExceptionpublic static void migrate(org.jdom2.Element httpsRequesterConnection,
Optional<org.jdom2.Element> httpsConnector,
MigrationReport report,
ApplicationModel appModel,
String tlsClientTagName)
protected org.jdom2.Element getConnector(String connectorName)
getConnector in class HttpOutboundEndpointprotected Optional<org.jdom2.Element> getDefaultConnector()
getDefaultConnector in class HttpOutboundEndpointCopyright © 2018 MuleSoft Inc. All rights reserved.