Class XmlFileElementIteratorPipe

All Implemented Interfaces:
HasSender, HasTransactionAttribute, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IWithParameters, EventThrowing, HasStatistics, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated(forRemoval=true, since="7.6.0") @ConfigurationWarning("Please replace with ForEachChildElementPipe. ElementName and elementChain can be replaced with containerElement and/or targetElement. It is not a 1 to 1 replacement, different values may be required!") public class XmlFileElementIteratorPipe extends IteratingPipe<String>
Deprecated, for removal: This API element is subject to removal in a future version.
Please replace with ForEachChildElementPipe.
Sends a message to a Sender for each element in the XML file that the input message refers to.
Author:
Peter Leeuwenburgh
  • Constructor Details

    • XmlFileElementIteratorPipe

      public XmlFileElementIteratorPipe()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details