Methods for Java class com.siebel.service.jdb.GenericServiceBusServAdapter
The following table lists the methods in the Java class com.siebel.service.jdb.GenericServiceBusServAdapter generated for an example business service, GenericService, that has the business service method GenericMethod.
Method | Description |
---|---|
GenericServiceBusServAdapter() |
Constructor that uses the default properties file, siebel.properties. |
GenericServiceBusServAdapter(SiebelDataBean) |
Constructor that reuses the resources of an existing SiebelDataBean. |
GenericServiceBusServAdapter(String) |
Constructor taking the name of the properties file to use. |
GenericServiceBusServAdapter(String, String, String) |
Constructor taking the username, password, and connect string. |
GenericServiceBusServAdapter(String, String, String, String) |
Constructor taking the username, password, connect string, and language. |
GenericMethod(GenericMethodInput) |
Invokes the specified business service method. |