Sets the
calling context associated with the current
map instance.
Syntax
void setInitiator(String callingContext)
Parameters
- callingContext
- String containing one of the following values:
- EVENT_DELIVERY
- The source objects being mapped are sent from an application through a
connector to InterChange Server Express.
-
ACCESS_REQUEST
- The source objects being mapped are sent from an application to
InterChange Server Express through an access client.
- SERVICE_CALL_REQUEST
- The source objects being mapped are sent from InterChange Server Express
to an application through a connector.
- SERVICE_CALL_RESPONSE
- The source objects being mapped are sent back to InterChange Server
Express from an application through a connector after a successful service
call request.
- SERVICE_CALL_FAILURE
- The source objects being mapped are sent back to InterChange Server
Express from an application through a connector after a failed service call
request.
-
ACCESS_RESPONSE
- The source objects being mapped are sent back from InterChange Server
Express to the application through an access client.
Return values
None.
Exceptions
None.
Notes
The calling context is part of the
map execution context. The calling context indicates the direction in
which the source business object is being mapped. For more information
on how calling contexts are used in maps, see "Understanding map execution contexts". .
See also
getInitiator()
