public class MergeManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MERGE_DEFINITION_SYSTEM_PROPERTY
Additional merge points may be added by the caller.
|
Constructor and Description |
---|
MergeManager() |
Modifier and Type | Method and Description |
---|---|
ResourceInputStream |
merge(ResourceInputStream stream1,
ResourceInputStream stream2)
Merge 2 xml document streams together into a final resulting stream.
|
String |
serialize(InputStream in) |
public static final String MERGE_DEFINITION_SYSTEM_PROPERTY
public MergeManager() throws MergeManagerSetupException
MergeManagerSetupException
public ResourceInputStream merge(ResourceInputStream stream1, ResourceInputStream stream2) throws MergeException
stream1
- stream2
- MergeException
public String serialize(InputStream in)
Copyright © 2022. All rights reserved.