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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Biztalk Adapter Job Interview Questions And Answers