cancel
Showing results for 
Search instead for 
Did you mean: 

Module definition

Former Member
0 Kudos

Hi

Please correct me if any of the points that I put were wrong

"Module Definition" in adapter configuration

1. used to extend adapters functionality so that adapter can support more number of back ends

2 .It is a reusable component that helps to reuse the adapter configuration that is already made

3.It will help to do some additional custom java code logic before the actual message processing

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Palnati,

just 2 notes:

2) to reuse not the adapter configuration but the common functionality implemented by the module

3) I would prefer to say that the logic it is after the message processing (mapping) and is intended to finalize the message before persisting it at "physical" level.

PS: close previous thread when you think the answers you got are satisfing, this will help to mantain the quality of this forum.

Kind Regards,

Sergio

Answers (1)

Answers (1)

Former Member
0 Kudos

Palnati,

<i>1. used to extend adapters functionality so that adapter can support more number of back ends</i>

Yes

<i>2 .It is a reusable component that helps to reuse the adapter configuration that is already made</i>

Yes

<i>3.It will help to do some additional custom java code logic before the actual message processing</i>

Yes

We can call the logic before or after the actual adapter is called.

---Satish