Class AddMetadata

  • All Implemented Interfaces:
    ComponentLifecycle, PostTransform

    @ComponentProfile(summary="PostTransform implementation that adds metadata",
                      since="3.8.4")
    public class AddMetadata
    extends java.lang.Object
    implements PostTransform
    PostTransform implementation that adds metadata.

    Note that this wraps AddMetadataService under the covers with AddMetadataService.setOverwrite(Boolean) true, so behaviour is consistent with the documentation for that class.

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