The IInterchangeAccessSession interface provides methods for creating business objects and executing collaborations. Table 8 summarizes the 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 Business Integration Server Express 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() |