| java.lang.Object | |
| ↳ | org.mule.modules.zuora.config.ZuoraModuleConnectionManager |
A ZuoraModuleConnectionManager is a wrapper around ZuoraModule that adds connection management capabilities to the pojo.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ZuoraModuleConnectionManager.ConnectionParameters | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| client | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| endpoint | |||||||||||
| flowConstruct | Flow construct | ||||||||||
| logger | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves client
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves endpoint
| |||||||||||
Retrieves password
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets client
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets endpoint
| |||||||||||
Sets flow construct
| |||||||||||
Set the Mule context
| |||||||||||
Sets password
| |||||||||||
Sets username
| |||||||||||
|
[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 connectionPoolingProfile
Retrieves endpoint
Retrieves password
Retrieves username
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets endpoint
| value | Value to set |
|---|
Sets flow construct
| flowConstruct | Flow construct to set |
|---|
Set the Mule context
| context | Mule context to set |
|---|
Sets password
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|