Package org.springframework.integration.xml.transformer
package org.springframework.integration.xml.transformer
Provides Transformer and Enricher implementations.
-
ClassDescriptionSuper class for XML transformers.An implementation of
AbstractTransformer
that delegates to an OXMMarshaller
.Implementations of this class allow for the transformation ofResult
objects to other formats.Transforms the payload to aSource
using aSourceFactory
.An implementation ofTransformer
that delegates to an OXMUnmarshaller
.Transformer implementation that evaluates XPath expressions against the message payload and inserts the result of the evaluation into a message header.Transformer implementation that evaluates an XPath expression against the inbound Message payload and returns a Message whose payload is the result of that evaluation.