Transports and Interfaces: Siebel Enterprise Application Integration > Integrating with Java > About the Siebel Code Generator >

About Methods of Java Classes Generated for a Business Service


Table 26, Table 27, and Table 28 describe methods that are present in the generated Java code for every business service. Generic names (for example, GenericService, GenericMethod) are substituted for the actual names of the business service, methods, and arguments.

Table 26. Methods of the Java Class com.siebel.service.jdb.GenericServiceBusServAdapter Generated for an Example Business Service, GenericService, Having 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.

mGenericMethod(GenericMethodInput)

Invokes the specified business service method.

Table 27. Methods of the Java Class com.siebel.service.jdb.GenericMethodInput Generated for an Example Business Service Method, GenericMethod
Method
Description

GenericMethodInput()

Constructor.

GenericMethodInput(SiebelPropertySet)

Constructor that sets its fields from the given property set.

fromPropertySet(SiebelPropertySet)

Copies fields values from the given property set.

toPropertySet()

Returns a SiebelPropertySet with the properties and values corresponding to the fields of this object.

getfGenericArgument()

Returns the value of business service method argument.

setfGenericArgument(String)

Sets the value of a business service method argument.

Table 28. Methods of the Java class com.siebel.service.jdb.GenericMethodOutput Generated for an Example Business Service Method, GenericMethod
Method
Description

GenericMethodOutput()

Constructor.

GenericMethodOutput(SiebelPropertySet)

Constructor that sets its fields from the given property set.

fromPropertySet(SiebelPropertySet)

Copies fields values from the given property set.

toPropertySet()

Returns a SiebelPropertySet with the properties and values corresponding to the fields of this object.

getfGenericArgument ()

Returns the value of business service method argument.

setfGenericArgument ()

Sets the value of a business service method argument.

Transports and Interfaces: Siebel Enterprise Application Integration