Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Processor

The Processor interface is used to implement consumers of message exchanges or to implement a Message Translator

...

There is a base class called ProcessorEndpoint which supports the full Endpoint semantics given a Processor instance.

So you just need to create a Component class by deriving from DefaultComponent which returns instances of ProcessorEndpoint. For more details see Writing Components

...