Versions Compared

Key

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

...

A Receiver can be configured in the <Receiver/> tag in each agent. There are multiple kinds of receivers: FileReceiver, DatastoreReceiver, HttpReceiver… Each needed to be configured in order to work correctly. This can be done in the child’s children of this tag as a <Setting/> (with attribute key; the inner text of the tag is the value).

...

A Step or Steps can be configured in the <Steps<StepConfiguration/> tag in each agent.  The StepConfiguration element must at least contain a NormalPipeline element.  The NormalPipeline element contains the steps that must be executed by the Agent. These steps will be executed after the message is being transformed. Example of steps are: CreateReceiptStep, CompressAttachmentsStep, DecryptAS4MessageStep

The StepConfiguration can contain an ErrorPipeline element as well.  This element contains the Steps that will be executed when a step in the NormalPipeline failed to execute successfully.

Each tag (Receiver, Transformer and Step/Decorator) has a type attribute which defines the type of which the instance must be created inside the component.

...