|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EdifactModel | |
|---|---|
| org.milyn.edisax | EdiSax main package. |
| org.milyn.edisax.interchange | |
| org.milyn.edisax.model | |
| org.milyn.edisax.registry | |
| org.milyn.edisax.util | |
| Uses of EdifactModel in org.milyn.edisax |
|---|
| Methods in org.milyn.edisax that return EdifactModel | |
|---|---|
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. |
| Methods in org.milyn.edisax with parameters of type EdifactModel | |
|---|---|
void |
EDIParser.setMappingModel(EdifactModel mappingModel)
Set the EDI mapping model to be used in all subsequent parse operations. |
| Uses of EdifactModel in org.milyn.edisax.interchange |
|---|
| Methods in org.milyn.edisax.interchange with parameters of type EdifactModel | |
|---|---|
EDIParser |
InterchangeContext.newParser(EdifactModel mappingModel)
|
| Uses of EdifactModel in org.milyn.edisax.model |
|---|
| Method parameters in org.milyn.edisax.model with type arguments of type EdifactModel | |
|---|---|
void |
EdifactModel.setAssociateModels(Collection<EdifactModel> associateModels)
Set a set of models that are associated with this model instance. |
| Uses of EdifactModel in org.milyn.edisax.registry |
|---|
| Fields in org.milyn.edisax.registry with type parameters of type EdifactModel | |
|---|---|
protected Map<String,EdifactModel> |
AbstractMappingsRegistry.content
Internal storage |
| Methods in org.milyn.edisax.registry that return EdifactModel | |
|---|---|
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. |
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. |
| Methods in org.milyn.edisax.registry that return types with arguments of type EdifactModel | |
|---|---|
protected Map<String,EdifactModel> |
LazyMappingsRegistry.demandLoading(String[] nameComponents)
|
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 abstract Map<String,EdifactModel> |
AbstractMappingsRegistry.demandLoading(String[] nameComponents)
Loading mapping models on demand. |
| Constructors in org.milyn.edisax.registry with parameters of type EdifactModel | |
|---|---|
DefaultMappingsRegistry(EdifactModel... models)
Constructor mostly used for tests |
|
| Uses of EdifactModel in org.milyn.edisax.util |
|---|
| Method parameters in org.milyn.edisax.util with type arguments of type EdifactModel | |
|---|---|
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 | |||||||||