Class MetadataFilterService

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, ConfigComment, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="Filter and remove metadata", tag="service,metadata") public class MetadataFilterService extends MetadataServiceImpl

Implementation of Service that filters metadata keys based on a MetadataFilter.

See Also:

In the adapter configuration file this class is aliased as metadata-filter-service which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • MetadataFilterService

      public MetadataFilterService()
  • Method Details