Uses of Interface
org.springframework.integration.xml.source.SourceFactory
Packages that use SourceFactory
Package
Description
Provides various
SourceFactory
implementations.Provides Transformer and Enricher implementations.
-
Uses of SourceFactory in org.springframework.integration.xml.source
Classes in org.springframework.integration.xml.source that implement SourceFactoryModifier and TypeClassDescriptionclass
SourceFactory
implementation which supports creation of aDOMSource
from aDocument
,File
orString
payload.class
SourceFactory
implementation which supports creation of aStringSource
from aDocument
,File
orString
payload -
Uses of SourceFactory in org.springframework.integration.xml.transformer
Methods in org.springframework.integration.xml.transformer with parameters of type SourceFactoryModifier and TypeMethodDescriptionvoid
UnmarshallingTransformer.setSourceFactory
(SourceFactory sourceFactory) Provide the SourceFactory to be used.void
XsltPayloadTransformer.setSourceFactory
(SourceFactory sourceFactory) Sets the SourceFactory.Constructors in org.springframework.integration.xml.transformer with parameters of type SourceFactory