Class RegexpService

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

    @ComponentProfile(summary="Extract data via a regular expression and store it",
                      tag="service,xml")
    public class RegexpService
    extends ServiceImp

    This service allows you to configure an regular expression which will be executed on source data, the result of which can be saved to multiple locations.

    Since:
    3.2.1

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