Developing a General Pipeline Component

Interfaces

A general pipeline component is a .NET or COM component that implements the following interfaces:

Note

Custom pipeline components should copy any additional parts from the input message to the output message(s). This preserves them for further processing in the pipeline.

More pipeline resources

Developing an Assembling Pipeline Component
Developing a Disassembling Pipeline Component
Developing a Probing Pipeline Component
Reporting Errors from Pipeline Components
Configuring Native Pipeline Components
Deploying Pipeline Components
CustomComponent (BizTalk Server Sample)