Biztalk Adapter Question:

Explain me which Interfaces do you need to implement in a disassembling custom pipeline component?

Biztalk Adapter Interview Question
Biztalk Adapter Interview Question

Answer:

A disassembling pipeline component receives one message on input and produces zero or more messages on output. Disassembling components are used to split interchanges of messages into individual documents. Disassembler components must implement the following interfaces:

☛ IBaseComponent.
☛ IDisassemblerComponent.
☛ IComponentUI.
☛ IPersistPropertyBag.


Previous QuestionNext Question
Explain me how to route binary data?Do you know what is an Adapter?