| java.lang.Object |
| ↳ |
org.mule.modules.siebel.SiebelBusServiceConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Oracle Siebel Java Data Beans connector to connect to Siebel Business Services
Summary
| Public Methods |
|
void
|
connect(String busServiceUser, String busServicePassword, String busServiceServer, String busServicePort, String busServiceName, String busServiceObjectManager, String busServiceLanguage, String busServiceEncoding)
Login to Siebel server
|
|
String
|
connectionId()
Connection identifier
|
|
void
|
disconnect()
Disconnect
|
|
SiebelPropertySet
|
execute(String serviceName, String methodName, SiebelPropertySet input)
Executes a Siebel Service using SiebelPropertySets
|
|
SiebelDataBeanClient
|
getClient()
|
|
String
|
getUser()
|
|
boolean
|
isConnected()
Check if it's connected
|
|
void
|
setClient(SiebelDataBeanClient client)
|
|
void
|
setUser(String user)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
SiebelBusServiceConnector
()
Public Methods
public
void
connect
(String busServiceUser, String busServicePassword, String busServiceServer, String busServicePort, String busServiceName, String busServiceObjectManager, String busServiceLanguage, String busServiceEncoding)
Parameters
| busServiceUser
| Siebel username |
| busServicePassword
| Siebel password |
| busServiceServer
| Siebel server |
| busServicePort
| Siebel port |
| busServiceName
| Siebel Enterprise server name |
| busServiceObjectManager
| Siebel Object Manager |
| busServiceLanguage
| Connection language |
| busServiceEncoding
| Connection file encoding |
public
String
connectionId
()
public
void
disconnect
()
public
SiebelPropertySet
execute
(String serviceName, String methodName, SiebelPropertySet input)
Executes a Siebel Service using SiebelPropertySets
Parameters
| serviceName
| Siebel's business service |
| methodName
| Method to be executed |
| input
| SiebelPropertySet with the input args |
Returns
- SiebelPropertySet with the results
Throws
| SiebelException
| when the service fails
|
public
boolean
isConnected
()
public
void
setUser
(String user)