IInterchangeAccessSession interface

The IInterchangeAccessSession interface provides methods for creating business objects and executing collaborations. Table 9 summarizes the methods of the IInterchangeAccessSession interface.

Table 9.

Member methods of the IInterchangeAccessSession interface
Method Description Page
IcreateBusinessObject() Creates a business object from a specified business object definition. IcreateBusinessObject()
IcreateBusinessObjectArray() Creates the business object array that contains one or more elements, each element having a specified business object as its type. IcreateBusinessObjectArray()
IcreateBusinessObjectFrom() Converts serialized data in the specified MIME format into an IBM WebSphere InterChange Server business object. IcreateBusinessObjectFrom()
IcreateBusinessObjectWithVerb() Creates a business object with a specified verb. IcreateBusinessObjectWithVerb()
IexecuteCollaboration() Executes a collaboration, sending in a business object as the triggering access data in the access request. IexecuteCollaboration()
IexecuteCollaborationExtFmt() Executes a collaboration, sending in serialized data as the triggering access data in the access request. IexecuteCollaborationExtFmt()
IreleaseBusinessObject() Releases the resources of a business object. IreleaseBusinessObject()
IreleaseBusinessObjectArray() Releases the resources of a business object array. IreleaseBusinessObjectArray()
setLocale(String) Sets the locale. setLocale(String)
login() Logs in to the system login()
logout() Logs out of the system logout()

Copyright IBM Corp. 1997, 2004