|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EDIConfigurationException | |
|---|---|
| org.milyn.edisax | EdiSax main package. |
| org.milyn.edisax.model | |
| org.milyn.edisax.registry | |
| org.milyn.edisax.util | |
| Uses of EDIConfigurationException in org.milyn.edisax |
|---|
| Methods in org.milyn.edisax that throw EDIConfigurationException | |
|---|---|
static EdifactModel |
EDIParser.parseMappingModel(InputStream mappingConfigStream)
Parse the supplied mapping model config stream and return the generated EdiMap. |
static EdifactModel |
EDIParser.parseMappingModel(InputStream mappingConfigStream,
Description mappingDescription,
URI resourceURI,
URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap. |
static EdifactModel |
EDIParser.parseMappingModel(Reader mappingConfigStream)
Parse the supplied mapping model config stream and return the generated EdiMap. |
static EdifactModel |
EDIParser.parseMappingModel(Reader mappingConfigStream,
Description mappingDescription,
URI resourceURI,
URI importBaseURI)
Parse the supplied mapping model config stream and return the generated EdiMap. |
static EdifactModel |
EDIParser.parseMappingModel(String mappingConfig,
URI baseURI)
Parse the supplied mapping model config path and return the generated EdiMap. |
| Uses of EDIConfigurationException in org.milyn.edisax.model |
|---|
| Methods in org.milyn.edisax.model that throw EDIConfigurationException | |
|---|---|
static Edimap |
EDIConfigDigester.digestConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream. |
Edimap |
EDIConfigDigester.digestEDIConfig(InputStream stream)
Digest the XML edi-message-mapping configuration stream. |
Edimap |
EDIConfigDigester.digestEDIConfig(Reader stream)
Digest the XML edi-message-mapping configuration stream. |
| Uses of EDIConfigurationException in org.milyn.edisax.registry |
|---|
| Methods in org.milyn.edisax.registry that throw EDIConfigurationException | |
|---|---|
protected Map<String,EdifactModel> |
DefaultMappingsRegistry.demandLoading(String[] nameComponents)
This method load all mapping models which are declared in DefaultMappingsRegistry.modelReferences map and returns them all back. |
protected Map<String,EdifactModel> |
LazyMappingsRegistry.demandLoading(String[] nameComponents)
|
protected abstract Map<String,EdifactModel> |
AbstractMappingsRegistry.demandLoading(String[] nameComponents)
Loading mapping models on demand. |
EdifactModel |
AbstractMappingsRegistry.getMappingModel(String messageName,
Delimiters delimiters)
Returns an EdifactModel based on the message name and delimiters that should be used to parse message name. |
EdifactModel |
MappingsRegistry.getMappingModel(String messageName,
Delimiters delimiters)
Returns an EdifactModel based on the message name and delimiters that should be used to parse message name. |
| Constructors in org.milyn.edisax.registry that throw EDIConfigurationException | |
|---|---|
DefaultMappingsRegistry(String mappingModelFiles,
URI baseURI)
Loading mapping model out of ZIP file |
|
| Uses of EDIConfigurationException in org.milyn.edisax.util |
|---|
| Methods in org.milyn.edisax.util that throw EDIConfigurationException | |
|---|---|
static void |
EDIUtils.loadMappingModels(Map<String,EdifactModel> mappingModels,
URI baseURI,
List<String> rootMappingModels)
|
static void |
EDIUtils.loadMappingModels(String mappingModelFiles,
Map<String,EdifactModel> mappingModels,
URI baseURI)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||