Uses of Class
org.milyn.edisax.model.EdifactModel

Packages that use EdifactModel
org.milyn.edisax EdiSax main package. 
org.milyn.edisax.interchange   
org.milyn.edisax.model   
org.milyn.edisax.unedifact   
org.milyn.edisax.util   
 

Uses of EdifactModel in org.milyn.edisax
 

Methods in org.milyn.edisax that return EdifactModel
static EdifactModel EDIParser.parseMappingModel(java.io.InputStream mappingConfigStream)
          Parse the supplied mapping model config stream and return the generated EdiMap.
static EdifactModel EDIParser.parseMappingModel(java.io.InputStream mappingConfigStream, Description mappingDescription, java.net.URI resourceURI, java.net.URI importBaseURI)
          Parse the supplied mapping model config stream and return the generated EdiMap.
static EdifactModel EDIParser.parseMappingModel(java.io.Reader mappingConfigStream)
          Parse the supplied mapping model config stream and return the generated EdiMap.
static EdifactModel EDIParser.parseMappingModel(java.io.Reader mappingConfigStream, Description mappingDescription, java.net.URI resourceURI, java.net.URI importBaseURI)
          Parse the supplied mapping model config stream and return the generated EdiMap.
static EdifactModel EDIParser.parseMappingModel(java.lang.String mappingConfig, java.net.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 that return types with arguments of type EdifactModel
 java.util.Map<Description,EdifactModel> InterchangeContext.getMappingModels()
           
 

Methods in org.milyn.edisax.interchange with parameters of type EdifactModel
 EDIParser InterchangeContext.newParser(EdifactModel mappingModel)
           
 

Constructor parameters in org.milyn.edisax.interchange with type arguments of type EdifactModel
InterchangeContext(BufferedSegmentReader segmentReader, java.util.Map<Description,EdifactModel> mappingModels, org.xml.sax.ContentHandler contentHandler, ControlBlockHandlerFactory controlBlockHandlerFactory, boolean validate)
          Public constructor.
 

Uses of EdifactModel in org.milyn.edisax.model
 

Method parameters in org.milyn.edisax.model with type arguments of type EdifactModel
 void EdifactModel.setAssociateModels(java.util.Collection<EdifactModel> associateModels)
          Set a set of models that are associated with this model instance.
 

Uses of EdifactModel in org.milyn.edisax.unedifact
 

Methods in org.milyn.edisax.unedifact that return EdifactModel
static EdifactModel UNEdifactUtil.getMappingModel(java.lang.String messageName, Delimiters delimiters, java.util.Map<Description,EdifactModel> mappingModels)
           
 

Methods in org.milyn.edisax.unedifact that return types with arguments of type EdifactModel
 java.util.Map<Description,EdifactModel> UNEdifactInterchangeParser.getMappingModels()
           
 

Methods in org.milyn.edisax.unedifact with parameters of type EdifactModel
 UNEdifactInterchangeParser UNEdifactInterchangeParser.addMappingModel(EdifactModel mappingModel)
          Add EDI mapping model to be used in all subsequent parse operations.
 

Method parameters in org.milyn.edisax.unedifact with type arguments of type EdifactModel
 UNEdifactInterchangeParser UNEdifactInterchangeParser.addMappingModels(java.util.Map<Description,EdifactModel> mappingModels)
          Add EDI mapping model to be used in all subsequent parse operations.
static EdifactModel UNEdifactUtil.getMappingModel(java.lang.String messageName, Delimiters delimiters, java.util.Map<Description,EdifactModel> mappingModels)
           
 UNEdifactInterchangeParser UNEdifactInterchangeParser.setMappingModels(java.util.Map<Description,EdifactModel> mappingModels)
          Set the EDI mapping model to be used in all subsequent parse operations.
 

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(java.lang.String mappingModelFiles, java.util.Map<Description,EdifactModel> mappingModels, java.net.URI baseURI)
           
 



Copyright © 2011. All Rights Reserved.