The <service> pipeline configuration element

Specifies the message handlers that are invoked for every request.

Used in:

  • Service provider
  • Service requester

Contained by:

Contains:

  1. <service_handler_list> element
  2. In a service provider only, a <terminal_handler> element

The configuration elements must be used in the sequential order that they are listed.

Example

<service>
  <service_handler_list>
  ... 
  </service_handler_list>
  <terminal_handler>
  ...
  </terminal_handler>
</service>