Class AddFormattedMetadataService

java.lang.Object
com.adaptris.core.ServiceImp
com.adaptris.core.services.metadata.AddFormattedMetadataService
All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="Add a formatted metadata item to a Message", tag="service,metadata") public class AddFormattedMetadataService extends ServiceImp
Add a formatted metadata item to a Message.

Allows you to add a new metadata key using String.format() as the syntax.

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

  • Constructor Details

    • AddFormattedMetadataService

      public AddFormattedMetadataService()
  • Method Details