Name

filter

Seed Filter — Seed Filter

<filter class="xms.filter.seed.SeedFilter" />

Table 29. Attributes for filter tag (for xms.filter.seed.SeedFilter)

NameDescriptionTypeDefault ValueRequired
seedListSpecifies the list of seed addresses to mail toStringList Name of a StringList as defined in StringListServicenoneno
targetThe target to direct messages toMessageSink Name of a Service that implements MessageSinknoneyes

Service Dependencies

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

Example 34. Example configuration for Seed Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.seed.SeedFilter"
      seedList="seedList"
      target="target" />