Name

filter

Attribute Map Filter — Filter for mapping headers into attributes

<filter class="xms.filter.data.AttributeMapFilter" />

Table 10. Attributes for filter tag (for xms.filter.data.AttributeMapFilter)

NameDescriptionTypeDefault ValueRequired
attributeMapString map to map headers to attributesStringMap Name of a StringMap as defined in StringMapServicenoneyes
removeRemove headers that have been mapped to attributesboolean true or falsetrueno

Service Dependencies

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

Example 11. Example configuration for Attribute Map Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.data.AttributeMapFilter"
      attributeMap="attributeMap"
      remove="remove" />