| 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 |
UnmarshallingTransformer.setSourceFactory(SourceFactory sourceFactory)
Provide the SourceFactory to be used.
|
void |
XsltPayloadTransformer.setSourceFactory(SourceFactory sourceFactory)
Sets the SourceFactory.
|
| Constructor and Description |
|---|
SourceCreatingTransformer(SourceFactory sourceFactory) |
Copyright © 2016. All rights reserved.