Modifier and Type | Field and Description |
---|---|
static String |
XSD_V10 |
static String |
XSD_V11 |
static String |
XSD_V12 |
static String |
XSD_V13 |
static String |
XSD_V14 |
static String |
XSD_V15 |
static String |
XSD_V16 |
Constructor and Description |
---|
EDIConfigDigester()
Public default Constructor.
|
EDIConfigDigester(URI modelURI,
URI importBaseURI)
Public constructor.
|
Modifier and Type | Method and Description |
---|---|
static Edimap |
digestConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream.
|
Edimap |
digestEDIConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream.
|
Edimap |
digestEDIConfig(Reader stream)
Digest the XML edi-message-mapping configuration stream.
|
public static final String XSD_V10
public static final String XSD_V11
public static final String XSD_V12
public static final String XSD_V13
public static final String XSD_V14
public static final String XSD_V15
public static final String XSD_V16
public static Edimap digestConfig(InputStream stream) throws IOException, SAXException, EDIConfigurationException
stream
- the edi-message-mapping stream.Edimap
.IOException
- Error parsing the XML stream.SAXException
- Error parsing the XML stream.EDIConfigurationException
- Multiple or no namespaces in edi-message-mapping.public Edimap digestEDIConfig(InputStream stream) throws IOException, SAXException, EDIConfigurationException
stream
- the edi-message-mapping stream.Edimap
.IOException
- Error parsing the XML stream.SAXException
- Error parsing the XML stream.EDIConfigurationException
- Multiple or no namespaces in edi-message-mapping.public Edimap digestEDIConfig(Reader stream) throws IOException, SAXException, EDIConfigurationException
stream
- the edi-message-mapping stream.Edimap
.IOException
- Error parsing the XML stream.SAXException
- Error parsing the XML stream.EDIConfigurationException
- Multiple or no namespaces in edi-message-mapping.Copyright © 2020. All rights reserved.