java.lang.Object | |
↳ | org.mule.modules.oracle.Config |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CUSTOM_PLSQL_GROUP | Group box containing the list of custom PL/SQL web services. | |||||||||
String | DB_CONNECTION_GROUP | Group box with the server and login information for EBS' database. | |||||||||
String | HEADER_GROUP | Group box containing properties for calling web services. | |||||||||
String | MINIMUM_EBS_VERSION_PREFIX | Oracle EBS version must start with this prefix. | |||||||||
String | ORACLE_EBS_VERSION_QUERY | Query used to find out the version number of the Oracle EBS instance. | |||||||||
String | UNSUPPORTED_EBS_VERSION_MESSAGE_PATTERN | String pattern for the error message to be shown when attempting to communicate with an unsupported version of Oracle EBS. | |||||||||
String | WS_CONNECTION_GROUP | Group box with the server and login information for EBS' SOA Gateway (web services). | |||||||||
String | basePath | Endpoint of default WSDL | |||||||||
String | basePathPlSql | Endpoint of default PL/SQL WSDL |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
aqClient | Client that manages Oracle AQ connections for Business Events and XML Gateway Outbound subscriptions. | ||||||||||
customPlSqlNameList | List of custom PL/SQL names for web services that will be gathered for Data Sense. | ||||||||||
cxfClient | |||||||||||
dbHost | Oracle EBS Database Hostname. | ||||||||||
dbPassword | Oracle EBS Database Password. | ||||||||||
dbPort | Oracle EBS Database Port. | ||||||||||
dbSid | Oracle EBS Database SID. | ||||||||||
dbUser | Oracle EBS Database Username. | ||||||||||
disableCNCheck | Whether to disable or not the checking of the Common Name in the certificate. | ||||||||||
host | Oracle EBS Web Services Hostname. | ||||||||||
logger | |||||||||||
muleContext | |||||||||||
nlsLanguage | NLS Language. | ||||||||||
orgId | Org Id. | ||||||||||
password | Oracle EBS Web Services Password. | ||||||||||
port | Oracle EBS Web Services Port. | ||||||||||
responsibilityApplName | Responsibility Application Name. | ||||||||||
responsibilityName | Responsibility Name | ||||||||||
securityGroupName | Security Group Name. | ||||||||||
soaheader | The header used to make web service calls. | ||||||||||
sslEnabled | Use SSL to communicate with Oracle EBS Web Services. | ||||||||||
trustStorePassword | Password for the TrustStore. | ||||||||||
trustStorePath | Path where the TrustStore is located. | ||||||||||
username | Oracle EBS Web Services Username. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves endpoint
| |||||||||||
Retrieves endpoint for PL/SQL
| |||||||||||
Returns the instance of
AQClient . | |||||||||||
Returns the list of custom PL/SQL names for web services defined.
| |||||||||||
Retrieves host
| |||||||||||
Retrieves port
| |||||||||||
Sets the custom PL/SQL names for web services list to be used for metadata extraction.
| |||||||||||
Sets host
| |||||||||||
Sets port
| |||||||||||
Checks if the credentials are valid and if the Oracle EBS version is supported by the connector.
| |||||||||||
Validates if the given Oracle EBS version is supported.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
|
Group box containing the list of custom PL/SQL web services.
Group box with the server and login information for EBS' database. Required to access XML Gateway Outbound and Business Events queues.
Group box containing properties for calling web services.
Oracle EBS version must start with this prefix. It is the supported version.
Query used to find out the version number of the Oracle EBS instance.
String pattern for the error message to be shown when attempting to communicate with an unsupported version of Oracle EBS.
Group box with the server and login information for EBS' SOA Gateway (web services).
Endpoint of default WSDL
Endpoint of default PL/SQL WSDL
Client that manages Oracle AQ connections for Business Events and XML Gateway Outbound subscriptions.
List of custom PL/SQL names for web services that will be gathered for Data Sense.
Oracle EBS Database Hostname.
Oracle EBS Database Password.
Oracle EBS Database Port. Default value is '1521'.
Oracle EBS Database SID.
Oracle EBS Database Username.
Whether to disable or not the checking of the Common Name in the certificate.
Oracle EBS Web Services Hostname.
NLS Language. Default value is 'AMERICAN'.
Org Id. Default value is '204'.
Oracle EBS Web Services Password.
Oracle EBS Web Services Port. Default value is '8000'.
Responsibility Application Name.
Responsibility Name
Security Group Name. Default value is 'STANDARD'.
Use SSL to communicate with Oracle EBS Web Services.
Password for the TrustStore.
Path where the TrustStore is located.
Oracle EBS Web Services Username.
Retrieves endpoint
Retrieves endpoint for PL/SQL
Returns the list of custom PL/SQL names for web services defined.
Retrieves host
Retrieves port
Sets the custom PL/SQL names for web services list to be used for metadata extraction.
customPlSqlNameList | The name list of custom PL/SQL. |
---|
dbHost | The dbHost to set |
---|
dbPassword | The dbPassword to set |
---|
dbPort | The dbPort to set |
---|
dbSid | The dbSid to set |
---|
dbUser | The dbUser to set |
---|
disableCNCheck | Whether Common Name is checked or not when using a custom trust store |
---|
Sets host
host | Host to set |
---|
muleContext |
---|
nlsLanguage |
---|
orgId |
---|
password | The password to set |
---|
Sets port
port | Port to set |
---|
responsibilityApplName |
---|
responsibilityName |
---|
securityGroupName |
---|
sslEnabled | The sslEnabled to set |
---|
trustStorePassword | The trustStorePassword to set |
---|
trustStorePath | The trustStorePath to set |
---|
username | The wsUsername to set |
---|
Checks if the credentials are valid and if the Oracle EBS version is supported by the connector.
ConnectionException | if the credentials are invalid or the Oracle EBS version is not supported. |
---|
Validates if the given Oracle EBS version is supported.
version | The Oracle EBS version. |
---|
ConnectionException | if the Oracle EBS version is not supported by the connector. |
---|