Uses of Interface
org.milyn.edisax.registry.MappingsRegistry

Packages that use MappingsRegistry
org.milyn.edisax.interchange   
org.milyn.edisax.registry   
org.milyn.edisax.unedifact   
 

Uses of MappingsRegistry in org.milyn.edisax.interchange
 

Methods in org.milyn.edisax.interchange that return MappingsRegistry
 MappingsRegistry InterchangeContext.getRegistry()
          Returns an instance of MappingsRegistry
 

Constructors in org.milyn.edisax.interchange with parameters of type MappingsRegistry
InterchangeContext(BufferedSegmentReader segmentReader, MappingsRegistry registry, ContentHandler contentHandler, Map<String,Boolean> parserFeatures, ControlBlockHandlerFactory controlBlockHandlerFactory, NamespaceDeclarationStack namespaceDeclarationStack, boolean validate)
          Public constructor.
 

Uses of MappingsRegistry in org.milyn.edisax.registry
 

Classes in org.milyn.edisax.registry that implement MappingsRegistry
 class AbstractMappingsRegistry
          Base implementation of MappingsRegistry interface
 class DefaultMappingsRegistry
          Default implementation of MappingsRegistry.
 class LazyMappingsRegistry
          Mappings registry that lazily loading UN/EDIFACT mappings out of the classpath.
 

Uses of MappingsRegistry in org.milyn.edisax.unedifact
 

Fields in org.milyn.edisax.unedifact declared as MappingsRegistry
protected  MappingsRegistry UNEdifactInterchangeParser.registry
          By default we are using LazyMappingsRegistry instance
 

Methods in org.milyn.edisax.unedifact with parameters of type MappingsRegistry
 UNEdifactInterchangeParser UNEdifactInterchangeParser.setMappingsRegistry(MappingsRegistry registry)
          Set the EDI mapping model to be used in all subsequent parse operations.
 



Copyright © 2011. All Rights Reserved.