| java.lang.Object | |
| ↳ | org.mule.module.s3.config.S3ConnectorConnectionManager |
A S3ConnectorConnectionManager is a wrapper around S3Connector that adds connection management capabilities to the pojo.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| S3ConnectorConnectionManager.ConnectionParameters | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessKey | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow construct | ||||||||||
| logger | |||||||||||
| muleContext | Mule Context | ||||||||||
| proxyHost | |||||||||||
| proxyPassword | |||||||||||
| proxyPort | |||||||||||
| proxyUsername | |||||||||||
| secretKey | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves accessKey
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves proxyHost
| |||||||||||
Retrieves proxyPassword
| |||||||||||
Retrieves proxyPort
| |||||||||||
Retrieves proxyUsername
| |||||||||||
Retrieves secretKey
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets accessKey
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flow construct
| |||||||||||
Set the Mule context
| |||||||||||
Sets proxyHost
| |||||||||||
Sets proxyPassword
| |||||||||||
Sets proxyPort
| |||||||||||
Sets proxyUsername
| |||||||||||
Sets secretKey
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.ConnectionManager
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
Connector Pool
Flow construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves accessKey
Retrieves connectionPoolingProfile
Retrieves proxyHost
Retrieves proxyPassword
Retrieves proxyPort
Retrieves proxyUsername
Retrieves secretKey
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets accessKey
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets proxyHost
| value | Value to set |
|---|
Sets proxyPassword
| value | Value to set |
|---|
Sets proxyPort
| value | Value to set |
|---|
Sets proxyUsername
| value | Value to set |
|---|
Sets secretKey
| value | Value to set |
|---|