cancel
Showing results for 
Search instead for 
Did you mean: 

need of creating receiver determination and interface determination

Former Member
0 Kudos

what is the need of creating interface determination where as providing all the details in Receiver determination?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi dhanujay,

you use receiver determination to determine reciever for a particular sender,in that u give sender interface to.

but receiver can have multiple interfaces ,so sender interface is mapped to which reciever interface?.

this info is provided in interface determination.

Regards,

Rama Krishna

nikhil_bose
Active Contributor
0 Kudos

Receiver Determination:

To specify which receivers a message is to be sent to. we can have multiple receivers in single Receiver Determination. You have the option of defining conditions for forwarding the message to the receivers.

Interface Determination:

To specify to which inbound interfaces at the receiver the message is to be sent at runtime. You can also specify which interface mapping from the Integration Repository is to be used for processing the message. You also have the option of specifying a mapping and (when multiple inbound interfaces are defined) a condition for each inbound interface.

We define an interface determination for a sender, an outbound interface, and a receiver.

Nikhil

Former Member
0 Kudos

Hi,

The loose coupling between the Interface mapping and receiver determination have provided the compatibility for reusability.

The Interface determination maintained and just linked to receiver determination so you could have multiple receiver determinations with common interface determination or vice-versa.

If you provide all the information in receiver determination then, it would be very dfficult to have the various mappins for multiple receivers maintained in receiver determination.

Interface determination is applied at runtime to all messages to be processed. Thus from security point of view of transaction of data. its preferable.

Thanks

Swarup