Class XsltPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
Direct Known Subclasses:
JsonXsltPipe

@Category(BASIC) @EnterpriseIntegrationPattern(TRANSLATOR) public class XsltPipe extends FixedForwardPipe implements org.springframework.beans.factory.InitializingBean
Perform an XSLT transformation with a specified stylesheet.
Author:
Johan Verrips
Parameters
any parameters defined on the pipe will be applied to the created transformer
  • Constructor Details

    • XsltPipe

      public XsltPipe()
  • Method Details