Package | Description |
---|---|
org.springframework.integration.xml.source |
Provides various
SourceFactory
implementations. |
org.springframework.integration.xml.transformer |
Provides Transformer and Enricher implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DomSourceFactory
SourceFactory implementation which supports creation of a DOMSource
from a Document , File or String payload. |
class |
StringSourceFactory
SourceFactory implementation which supports creation of a StringSource
from a Document , File or String payload |
Modifier and Type | Method and Description |
---|---|
void |
XsltPayloadTransformer.setSourceFactory(SourceFactory sourceFactory)
Sets the SourceFactory.
|
void |
UnmarshallingTransformer.setSourceFactory(SourceFactory sourceFactory)
Provide the SourceFactory to be used.
|
Constructor and Description |
---|
SourceCreatingTransformer(SourceFactory sourceFactory) |
Copyright © 2018. All rights reserved.