| java.lang.Object | |
| ↳ | org.mule.module.servicesource.connectivity.ServiceSourceConnectorConnectionManager |
A ServiceSourceConnectorConnectionManager is a wrapper around ServiceSourceConnector that adds connection management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| analysisUrl | |||||||||||
| apiUrl | |||||||||||
| connectTimeout | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| loginUrl | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| readTimeout | |||||||||||
| retryPolicyTemplate | |||||||||||
| server | |||||||||||
| tenantName | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves analysisUrl
| |||||||||||
Retrieves apiUrl
| |||||||||||
Retrieves connectTimeout
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieve the default connection key
| |||||||||||
Returns the build of the DevKit used to create this module
| |||||||||||
Returns the version of the DevKit used to create this module
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves loginUrl
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves readTimeout
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves server
| |||||||||||
Retrieves tenantName
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets analysisUrl
| |||||||||||
Sets apiUrl
| |||||||||||
Sets connectTimeout
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets loginUrl
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets readTimeout
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets server
| |||||||||||
Sets tenantName
| |||||||||||
Sets username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.common.Testable
| |||||||||||
From interface
org.mule.common.metadata.ConnectorMetaDataEnabled
| |||||||||||
From interface
org.mule.module.servicesource.basic.Capabilities
| |||||||||||
From interface
org.mule.module.servicesource.basic.MetadataAware
| |||||||||||
From interface
org.mule.module.servicesource.connection.ConnectionManager
| |||||||||||
From interface
org.mule.module.servicesource.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves analysisUrl
Retrieves apiUrl
Retrieves connectTimeout
Retrieves connectionPoolingProfile
Retrieve the default connection key
Returns the build of the DevKit used to create this module
Returns the version of the DevKit used to create this module
Retrieves flowConstruct
Retrieves loginUrl
| metaDataKey |
|---|
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves password
Retrieves readTimeout
Retrieves retryPolicyTemplate
Retrieves server
Retrieves tenantName
Retrieves username
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets analysisUrl
| value | Value to set |
|---|
Sets apiUrl
| value | Value to set |
|---|
Sets connectTimeout
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets loginUrl
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets readTimeout
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets server
| value | Value to set |
|---|
Sets tenantName
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|