Name

filter

Multiplexer Map Filter — Maps domains to a service target

<filter class="xms.filter.recipient.MultiplexerMapFilter" />

Table 20. Attributes for filter tag (for xms.filter.recipient.MultiplexerMapFilter)

NameDescriptionTypeDefault ValueRequired
multiplexerDeprecated, does nothingString any character combinationnoneno
targetMapThe name of a StringMap that maps domains to a service targetStringMap Name of a StringMap as defined in StringMapServicenoneyes

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 25. Example configuration for Multiplexer Map Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.MultiplexerMapFilter"
      multiplexer="multiplexer"
      targetMap="targetMap" />