A B C D E F G H I L M N O P R S T U V W X

A

AbstractMappingsRegistry - Class in org.milyn.edisax.registry
Base implementation of MappingsRegistry interface
AbstractMappingsRegistry() - Constructor for class org.milyn.edisax.registry.AbstractMappingsRegistry
 
addComponent(Component) - Method in class org.milyn.edisax.model.internal.Field
 
addField(Field) - Method in class org.milyn.edisax.model.internal.Segment
 
addModelReferences(String, URI) - Method in class org.milyn.edisax.registry.DefaultMappingsRegistry
Add references to the lookup list.
addSubComponent(SubComponent) - Method in class org.milyn.edisax.model.internal.Component
 
assertLegalName(String) - Static method in class org.milyn.edisax.util.EDIUtils
Checks that the name is not a reserved word in java.

B

BufferedSegmentListener - Interface in org.milyn.edisax
Buffered Segment listener.
BufferedSegmentReader - Class in org.milyn.edisax
Buffered EDI Stream Segment reader.
BufferedSegmentReader(InputSource, Delimiters) - Constructor for class org.milyn.edisax.BufferedSegmentReader
Construct the stream reader.

C

changeEncoding(Charset) - Method in class org.milyn.edisax.BufferedSegmentReader
Change the encoding used to read the underlying EDI data stream.
clone() - Method in class org.milyn.edisax.model.internal.Delimiters
 
clone() - Method in class org.milyn.edisax.model.internal.Description
 
Component - Class in org.milyn.edisax.model.internal
 
Component() - Constructor for class org.milyn.edisax.model.internal.Component
 
Component(String, String, Boolean) - Constructor for class org.milyn.edisax.model.internal.Component
 
Component(String, String, Boolean, Boolean) - Constructor for class org.milyn.edisax.model.internal.Component
 
concatAndTruncate(List<String>, DelimiterType, Delimiters) - Static method in class org.milyn.edisax.util.EDIUtils
 
ContainerNode - Interface in org.milyn.edisax.model.internal
A MappingNode that can contain other mapping nodes.
content - Variable in class org.milyn.edisax.registry.AbstractMappingsRegistry
Internal storage
ControlBlockHandler - Interface in org.milyn.edisax.interchange
Interchange control block handler.
ControlBlockHandlerFactory - Interface in org.milyn.edisax.interchange
Interchange control block handler factory.
createInterchangeContext(BufferedSegmentReader, boolean, ControlBlockHandlerFactory, NamespaceDeclarationStack) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
CUSTOM_NAME - Static variable in enum org.milyn.edisax.EDITypeEnum
 

D

DefaultMappingsRegistry - Class in org.milyn.edisax.registry
Default implementation of MappingsRegistry.
DefaultMappingsRegistry(EdifactModel...) - Constructor for class org.milyn.edisax.registry.DefaultMappingsRegistry
Constructor mostly used for tests
DefaultMappingsRegistry(String, URI) - Constructor for class org.milyn.edisax.registry.DefaultMappingsRegistry
Loading mapping model out of ZIP file
defaultUNEdifactDelimiters - Static variable in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
deleteWithPascalNotation(String, char) - Static method in class org.milyn.edisax.util.EDIUtils
Removes all occurances of deleteChar and sets next character in value to uppercase.
Delimiters - Class in org.milyn.edisax.model.internal
 
Delimiters() - Constructor for class org.milyn.edisax.model.internal.Delimiters
 
DelimiterType - Enum in org.milyn.edisax.model.internal
EDI Delimiter type enumeration.
demandLoading(String[]) - Method in class org.milyn.edisax.registry.AbstractMappingsRegistry
Loading mapping models on demand.
demandLoading(String[]) - Method in class org.milyn.edisax.registry.DefaultMappingsRegistry
This method load all mapping models which are declared in DefaultMappingsRegistry.modelReferences map and returns them all back.
demandLoading(String[]) - Method in class org.milyn.edisax.registry.LazyMappingsRegistry
 
Description - Class in org.milyn.edisax.model.internal
 
Description() - Constructor for class org.milyn.edisax.model.internal.Description
 
digestConfig(InputStream) - Static method in class org.milyn.edisax.model.EDIConfigDigester
Digest the XML edi-message-mapping configuration stream.
digestEDIConfig(InputStream) - Method in class org.milyn.edisax.model.EDIConfigDigester
Digest the XML edi-message-mapping configuration stream.
digestEDIConfig(Reader) - Method in class org.milyn.edisax.model.EDIConfigDigester
Digest the XML edi-message-mapping configuration stream.

E

EDI_MAPPING_MODEL_INTERCHANGE_PROPERTIES_FILE - Static variable in class org.milyn.edisax.util.EDIUtils
 
EDI_MAPPING_MODEL_URN - Static variable in class org.milyn.edisax.util.EDIUtils
 
EDI_MAPPING_MODEL_ZIP_LIST_FILE - Static variable in class org.milyn.edisax.util.EDIUtils
 
EDIConfigDigester - Class in org.milyn.edisax.model
Digests an edi-message-mapping and populates a Edimap.
EDIConfigDigester() - Constructor for class org.milyn.edisax.model.EDIConfigDigester
Public default Constructor.
EDIConfigDigester(URI, URI) - Constructor for class org.milyn.edisax.model.EDIConfigDigester
Public constructor.
EDIConfigurationException - Exception in org.milyn.edisax
EDI message configuration exception.
EDIConfigurationException(String) - Constructor for exception org.milyn.edisax.EDIConfigurationException
Creates a new EDIConfigurationException.
EDIConfigurationException(String, Throwable) - Constructor for exception org.milyn.edisax.EDIConfigurationException
 
EdiDirectory - Class in org.milyn.edisax.interchange
EDI directory model.
EdiDirectory(Edimap, List<Edimap>) - Constructor for class org.milyn.edisax.interchange.EdiDirectory
Public constructor.
EdifactModel - Class in org.milyn.edisax.model
EdifactModel contains all logic for handling imports for the edi-message-mapping model.
EdifactModel(Edimap) - Constructor for class org.milyn.edisax.model.EdifactModel
Public Constructor.
EdifactModel(InputStream) - Constructor for class org.milyn.edisax.model.EdifactModel
Public Constructor.
EdifactModel(URI, URI, InputStream) - Constructor for class org.milyn.edisax.model.EdifactModel
Public constructor.
EdifactModel(URI, URI, Reader) - Constructor for class org.milyn.edisax.model.EdifactModel
Public constructor.
Edimap - Class in org.milyn.edisax.model.internal
 
Edimap() - Constructor for class org.milyn.edisax.model.internal.Edimap
 
Edimap(URI) - Constructor for class org.milyn.edisax.model.internal.Edimap
 
EdimapWriter - Class in org.milyn.edisax.util
EdimapWriter
EDIParseException - Exception in org.milyn.edisax
EDI message parsing exception.
EDIParseException(String) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(String, Exception) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(Edimap, String) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(Edimap, String, Exception) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(String, Exception, MappingNode, int, String[]) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(Edimap, String, MappingNode, int, String[]) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParseException(Edimap, String, Exception, MappingNode, int, String[]) - Constructor for exception org.milyn.edisax.EDIParseException
Public constructor.
EDIParser - Class in org.milyn.edisax
EDI Parser.
EDIParser() - Constructor for class org.milyn.edisax.EDIParser
 
EDITypeEnum - Enum in org.milyn.edisax
 
EDIUtils - Class in org.milyn.edisax.util
EDIUtils contain different helper-methods for handling edifact.
EDIUtils() - Constructor for class org.milyn.edisax.util.EDIUtils
 
encodeAttributeName(JType, String) - Static method in class org.milyn.edisax.util.EDIUtils
Encodes a String into standard java attribute name convention.
encodeAttributeName(String) - Static method in class org.milyn.edisax.util.EDIUtils
 
encodeClassName(String) - Static method in class org.milyn.edisax.util.EDIUtils
Encodes a String into standard java class name convention.
encodeJavaIdentifier(String) - Static method in class org.milyn.edisax.util.EDIUtils
 
endElement(MappingNode, boolean) - Method in class org.milyn.edisax.EDIParser
 
endElement(String, String, boolean) - Method in class org.milyn.edisax.EDIParser
 
ENVELOPE_PREFIX - Static variable in interface org.milyn.edisax.interchange.ControlBlockHandlerFactory
 
equals(Object) - Method in class org.milyn.edisax.model.internal.Description
 
escape(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 

F

FEATURE_IGNORE_EMPTY_NODES - Static variable in class org.milyn.edisax.EDIParser
 
FEATURE_IGNORE_NEWLINES - Static variable in class org.milyn.edisax.EDIParser
 
FEATURE_VALIDATE - Static variable in class org.milyn.edisax.EDIParser
 
Field - Class in org.milyn.edisax.model.internal
 
Field() - Constructor for class org.milyn.edisax.model.internal.Field
 
Field(String, String, Boolean) - Constructor for class org.milyn.edisax.model.internal.Field
 
Field(String, String, Boolean, Boolean) - Constructor for class org.milyn.edisax.model.internal.Field
 

G

GenericHandler - Class in org.milyn.edisax.unedifact.handlers
Generic Control Segment Handler.
GenericHandler() - Constructor for class org.milyn.edisax.unedifact.handlers.GenericHandler
 
getCommonModel() - Method in class org.milyn.edisax.interchange.EdiDirectory
Get the common model.
getComponent() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getComponents() - Method in class org.milyn.edisax.model.internal.Field
 
getContentHandler() - Method in class org.milyn.edisax.EDIParser
 
getContentHandler() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getContentHandler() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getControlBlockHandler(String) - Method in interface org.milyn.edisax.interchange.ControlBlockHandlerFactory
Get a ControlBlockHandler instance for the specified interchange segment code.
getControlBlockHandler(String) - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getControlBlockHandler(String) - Method in class org.milyn.edisax.unedifact.handlers.r41.UNEdifact41ControlBlockHandlerFactory
 
getControlSegmentParser() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getCurrentSegmentFields() - Method in class org.milyn.edisax.BufferedSegmentReader
Get the current EDI segment fields.
getCurrentSegmentNumber() - Method in class org.milyn.edisax.BufferedSegmentReader
Get the current segment "number".
getDataType() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getDataTypeParametersString() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getDecimalSeparator() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getDecoder() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getDelimiters() - Method in class org.milyn.edisax.BufferedSegmentReader
Get the current delimiter set.
getDelimiters() - Method in class org.milyn.edisax.model.EdifactModel
Returns the delimiters used in edifact format.
getDelimiters() - Method in class org.milyn.edisax.model.internal.Edimap
 
getDelimitersStack() - Method in class org.milyn.edisax.BufferedSegmentReader
Get the
getDescription() - Method in class org.milyn.edisax.model.EdifactModel
 
getDescription() - Method in class org.milyn.edisax.model.internal.Edimap
 
getDescription() - Method in class org.milyn.edisax.model.internal.Segment
 
getDocumentation() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getDTDHandler() - Method in class org.milyn.edisax.EDIParser
 
getDTDHandler() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getEdimap() - Method in class org.milyn.edisax.model.EdifactModel
Returns the edimap containing the parser logic.
getEntityResolver() - Method in class org.milyn.edisax.EDIParser
 
getEntityResolver() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getErrorHandler() - Method in class org.milyn.edisax.EDIParser
 
getErrorHandler() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getErrorNode() - Method in exception org.milyn.edisax.EDIParseException
 
getEscape() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getFeature(String) - Method in class org.milyn.edisax.EDIParser
 
getFeature(String) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getFeatures() - Method in class org.milyn.edisax.EDIParser
 
getFeatures() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getField() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getFieldRepeat() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getFields() - Method in class org.milyn.edisax.model.internal.Segment
 
getImports() - Method in class org.milyn.edisax.model.internal.Edimap
 
getImportXmlTag() - Method in class org.milyn.edisax.model.internal.Segment
 
getIndentDepth() - Method in class org.milyn.edisax.EDIParser
Get the indent depth counter
getInterchangeContext() - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getInterchangeProperties(String) - Static method in class org.milyn.edisax.util.EDIUtils
 
getJavaClass() - Method in enum org.milyn.edisax.EDITypeEnum
 
getJavaName() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getKey() - Method in class org.milyn.edisax.model.internal.ParamEntry
 
getMappingModel(String, Delimiters) - Method in class org.milyn.edisax.registry.AbstractMappingsRegistry
Returns an EdifactModel based on the message name and delimiters that should be used to parse message name.
getMappingModel(String, Delimiters) - Method in interface org.milyn.edisax.registry.MappingsRegistry
Returns an EdifactModel based on the message name and delimiters that should be used to parse message name.
getMappingModelList(InputStream) - Static method in class org.milyn.edisax.util.EDIUtils
 
getMaxLength() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getMaxOccurs() - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
getMessageModels() - Method in class org.milyn.edisax.interchange.EdiDirectory
Get the message models.
getMinLength() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getMinOccurs() - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
getModelURI() - Method in class org.milyn.edisax.model.EdifactModel
Get the model URI.
getName() - Method in class org.milyn.edisax.model.internal.Description
 
getName() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getNamespace() - Method in interface org.milyn.edisax.interchange.ControlBlockHandlerFactory
Get the transmission namespace.
getNamespace() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getNamespace() - Method in class org.milyn.edisax.model.internal.Description
 
getNamespace() - Method in class org.milyn.edisax.model.internal.Import
 
getNamespace() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getNamespace() - Method in class org.milyn.edisax.unedifact.handlers.r41.UNEdifact41ControlBlockHandlerFactory
 
getNamespaceDeclarationStack() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getNodeTypeRef() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getParent() - Method in class org.milyn.edisax.model.internal.MappingNode
 
getProperty(String) - Method in class org.milyn.edisax.EDIParser
 
getProperty(String) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
getRegistry() - Method in class org.milyn.edisax.interchange.InterchangeContext
Returns an instance of MappingsRegistry
getResource() - Method in class org.milyn.edisax.model.internal.Import
 
getResourceURI() - Method in class org.milyn.edisax.model.internal.Import
 
getSegcode() - Method in class org.milyn.edisax.model.internal.Segment
 
getSegcode() - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
getSegcodePattern() - Method in class org.milyn.edisax.model.internal.Segment
 
getSegcodePattern() - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
getSegment() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getSegmentBuffer() - Method in class org.milyn.edisax.BufferedSegmentReader
Get the segment buffer.
getSegmentDelimiter() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getSegmentline() - Method in exception org.milyn.edisax.EDIParseException
 
getSegmentNumber() - Method in exception org.milyn.edisax.EDIParseException
 
getSegmentReader() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
getSegments() - Method in class org.milyn.edisax.model.internal.Edimap
 
getSegments() - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
getSrc() - Method in class org.milyn.edisax.model.internal.Edimap
 
getSubComponent() - Method in class org.milyn.edisax.model.internal.Delimiters
 
getSubComponents() - Method in class org.milyn.edisax.model.internal.Component
 
getTypeAlias() - Method in enum org.milyn.edisax.EDITypeEnum
 
getTypeClass() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getTypeParameters() - Method in class org.milyn.edisax.model.internal.ValueNode
 
getValue() - Method in class org.milyn.edisax.model.internal.ParamEntry
 
getVersion() - Method in class org.milyn.edisax.model.internal.Description
 
getXmltag() - Method in class org.milyn.edisax.model.internal.MappingNode
 

H

hasCurrentSegment() - Method in class org.milyn.edisax.BufferedSegmentReader
Does the read have a segment buffered and ready for processing.
hashCode() - Method in class org.milyn.edisax.model.internal.Description
 

I

IGNORE_CR_LF - Static variable in class org.milyn.edisax.BufferedSegmentReader
 
ignoreCRLF() - Method in class org.milyn.edisax.model.internal.Delimiters
 
ignoreEmptyNodes(boolean) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
ignoreNewLines(boolean) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
IllegalNameException - Exception in org.milyn.edisax.util
IllegalNameException is used when a JClass or JField is given a name matching a reserved keyword in java.
IllegalNameException() - Constructor for exception org.milyn.edisax.util.IllegalNameException
 
IllegalNameException(String) - Constructor for exception org.milyn.edisax.util.IllegalNameException
 
IllegalNameException(Throwable) - Constructor for exception org.milyn.edisax.util.IllegalNameException
 
IllegalNameException(String, Throwable) - Constructor for exception org.milyn.edisax.util.IllegalNameException
 
Import - Class in org.milyn.edisax.model.internal
 
Import() - Constructor for class org.milyn.edisax.model.internal.Import
 
indentDepth - Variable in class org.milyn.edisax.interchange.InterchangeContext
 
INDEXED_NODE_SEPARATOR - Static variable in class org.milyn.edisax.model.internal.MappingNode
 
INTERCHANGE_MESSAGE_BLOCK_ELEMENT_NAME - Static variable in class org.milyn.edisax.interchange.InterchangeContext
 
InterchangeContext - Class in org.milyn.edisax.interchange
EDI message interchange context object.
InterchangeContext(BufferedSegmentReader, MappingsRegistry, ContentHandler, Map<String, Boolean>, ControlBlockHandlerFactory, NamespaceDeclarationStack, boolean) - Constructor for class org.milyn.edisax.interchange.InterchangeContext
Public constructor.
isContainerManagedNamespaceStack() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
isIgnoreUnmappedFields() - Method in class org.milyn.edisax.model.internal.Segment
 
isIgnoreUnmappedSegments() - Method in class org.milyn.edisax.model.internal.Edimap
 
isRequired() - Method in class org.milyn.edisax.model.internal.Component
 
isRequired() - Method in class org.milyn.edisax.model.internal.Field
 
isRequired() - Method in class org.milyn.edisax.model.internal.SubComponent
 
isTruncatable() - Method in class org.milyn.edisax.model.internal.Component
 
isTruncatable() - Method in interface org.milyn.edisax.model.internal.ContainerNode
Can this Container Node be truncated if the trailing contained node values are empty.
isTruncatable() - Method in class org.milyn.edisax.model.internal.Field
 
isTruncatable() - Method in class org.milyn.edisax.model.internal.Segment
 
isTruncatableComponents() - Method in class org.milyn.edisax.model.internal.Import
 
isTruncatableFields() - Method in class org.milyn.edisax.model.internal.Import
 
isTruncatableSegments() - Method in class org.milyn.edisax.model.internal.Import
 
isValidate() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
isValidForType(String) - Method in class org.milyn.edisax.model.internal.ValueNode
 

L

LazyMappingsRegistry - Class in org.milyn.edisax.registry
Mappings registry that lazily loading UN/EDIFACT mappings out of the classpath.
LazyMappingsRegistry() - Constructor for class org.milyn.edisax.registry.LazyMappingsRegistry
 
loadMappingModels(String, Map<String, EdifactModel>, URI) - Static method in class org.milyn.edisax.util.EDIUtils
 
loadMappingModels(Map<String, EdifactModel>, URI, List<String>) - Static method in class org.milyn.edisax.util.EDIUtils
 

M

mapControlSegment(Segment, boolean) - Method in class org.milyn.edisax.interchange.InterchangeContext
 
mapFields(String[], Segment) - Method in class org.milyn.edisax.EDIParser
Map the individual field values based on the supplied expected field configs.
MappingNode - Class in org.milyn.edisax.model.internal
 
MappingNode() - Constructor for class org.milyn.edisax.model.internal.MappingNode
 
MappingNode(String, String) - Constructor for class org.milyn.edisax.model.internal.MappingNode
 
MappingsRegistry - Interface in org.milyn.edisax.registry
Registry that stores EDIFACT Mapping models and load them from the classpath on-demand
mark() - Method in class org.milyn.edisax.BufferedSegmentReader
Try mark the stream so we can support changing of the reader encoding.
MODEL_SET_DEFINITIONS_DESCRIPTION - Static variable in class org.milyn.edisax.util.EDIUtils
Most model sets contain a set of common definitions (common types).
MODEL_SET_DEFINITIONS_DESCRIPTION_LOOKUP_NAME - Static variable in class org.milyn.edisax.util.EDIUtils
Lookup name (string representation) of MODEL_SET_DEFINITIONS_DESCRIPTION
moveToNextSegment() - Method in class org.milyn.edisax.BufferedSegmentReader
Move to the next EDI segment.
moveToNextSegment(boolean) - Method in class org.milyn.edisax.BufferedSegmentReader
Move to the next EDI segment.

N

NAMESPACE - Static variable in class org.milyn.edisax.unedifact.handlers.r41.UNEdifact41ControlBlockHandlerFactory
 
NAMESPACE_ROOT - Static variable in interface org.milyn.edisax.interchange.ControlBlockHandlerFactory
 
newParser(EdifactModel) - Method in class org.milyn.edisax.interchange.InterchangeContext
 

O

onSegment(BufferedSegmentReader) - Method in interface org.milyn.edisax.BufferedSegmentListener
Notify the listener of a new segment.
org.milyn.edisax - package org.milyn.edisax
EdiSax main package.
org.milyn.edisax.interchange - package org.milyn.edisax.interchange
 
org.milyn.edisax.model - package org.milyn.edisax.model
 
org.milyn.edisax.model.internal - package org.milyn.edisax.model.internal
 
org.milyn.edisax.registry - package org.milyn.edisax.registry
 
org.milyn.edisax.unedifact - package org.milyn.edisax.unedifact
 
org.milyn.edisax.unedifact.handlers - package org.milyn.edisax.unedifact.handlers
 
org.milyn.edisax.unedifact.handlers.r41 - package org.milyn.edisax.unedifact.handlers.r41
 
org.milyn.edisax.util - package org.milyn.edisax.util
 

P

ParamEntry<K,V> - Class in org.milyn.edisax.model.internal
ParamEntry.
ParamEntry(K, V) - Constructor for class org.milyn.edisax.model.internal.ParamEntry
 
parse(InputSource) - Method in class org.milyn.edisax.EDIParser
Parse an EDI InputSource.
parse() - Method in class org.milyn.edisax.EDIParser
Parse an EDI message, using a supplied segment reader.
parse(String) - Method in class org.milyn.edisax.EDIParser
The following methods are currently unimplemnted...
parse(InputSource) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
parse(String) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
The following methods are currently unimplemnted...
parseMappingModel(String, URI) - Static method in class org.milyn.edisax.EDIParser
Parse the supplied mapping model config path and return the generated EdiMap.
parseMappingModel(InputStream) - Static method in class org.milyn.edisax.EDIParser
Parse the supplied mapping model config stream and return the generated EdiMap.
parseMappingModel(InputStream, Description, URI, URI) - Static method in class org.milyn.edisax.EDIParser
Parse the supplied mapping model config stream and return the generated EdiMap.
parseMappingModel(Reader) - Static method in class org.milyn.edisax.EDIParser
Parse the supplied mapping model config stream and return the generated EdiMap.
parseMappingModel(Reader, Description, URI, URI) - Static method in class org.milyn.edisax.EDIParser
Parse the supplied mapping model config stream and return the generated EdiMap.
peek(int) - Method in class org.milyn.edisax.BufferedSegmentReader
Peek a fixed number of characters from the input source.
peek(int, boolean) - Method in class org.milyn.edisax.BufferedSegmentReader
Peek a fixed number of characters from the input source.
popDelimiters() - Method in class org.milyn.edisax.BufferedSegmentReader
Restore the parent delimiters set.
popDelimiters() - Method in class org.milyn.edisax.interchange.InterchangeContext
 
process(InterchangeContext) - Method in interface org.milyn.edisax.interchange.ControlBlockHandler
Process an interchange control block.
process(InterchangeContext) - Method in class org.milyn.edisax.unedifact.handlers.GenericHandler
 
process(InterchangeContext) - Method in class org.milyn.edisax.unedifact.handlers.UNAHandler
 
process(InterchangeContext) - Method in class org.milyn.edisax.unedifact.handlers.UNBHandler
 
process(InterchangeContext) - Method in class org.milyn.edisax.unedifact.handlers.UNGHandler
 
process(InterchangeContext) - Method in class org.milyn.edisax.unedifact.handlers.UNHHandler
 
pushDelimiters(Delimiters) - Method in class org.milyn.edisax.BufferedSegmentReader
Push in a new Delimiters set into the reader.
pushDelimiters(Delimiters) - Method in class org.milyn.edisax.interchange.InterchangeContext
 

R

read(int) - Method in class org.milyn.edisax.BufferedSegmentReader
Read a fixed number of characters from the input source.
registry - Variable in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
By default we are using LazyMappingsRegistry instance
removeableNodeToken(String, DelimiterType) - Method in class org.milyn.edisax.model.internal.Delimiters
 
reservedKeywords - Static variable in class org.milyn.edisax.util.EDIUtils
 

S

Segment - Class in org.milyn.edisax.model.internal
 
Segment() - Constructor for class org.milyn.edisax.model.internal.Segment
 
SegmentGroup - Class in org.milyn.edisax.model.internal
Segment Group.
SegmentGroup() - Constructor for class org.milyn.edisax.model.internal.SegmentGroup
 
setAssociateModels(Collection<EdifactModel>) - Method in class org.milyn.edisax.model.EdifactModel
Set a set of models that are associated with this model instance.
setBufferedSegmentReader(BufferedSegmentReader) - Method in class org.milyn.edisax.EDIParser
 
setComponent(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setContentHandler(ContentHandler) - Method in class org.milyn.edisax.EDIParser
 
setContentHandler(ContentHandler) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setDataType(String) - Method in class org.milyn.edisax.model.internal.ValueNode
 
setDataTypeParameters(List<Map.Entry<String, String>>) - Method in class org.milyn.edisax.model.internal.ValueNode
 
setDecimalSeparator(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setDelimiters(Delimiters) - Method in class org.milyn.edisax.model.internal.Edimap
 
setDescription(Description) - Method in class org.milyn.edisax.model.EdifactModel
 
setDescription(Description) - Method in class org.milyn.edisax.model.internal.Edimap
 
setDescription(String) - Method in class org.milyn.edisax.model.internal.Segment
 
setDocumentation(String) - Method in class org.milyn.edisax.model.internal.MappingNode
 
setDTDHandler(DTDHandler) - Method in class org.milyn.edisax.EDIParser
 
setDTDHandler(DTDHandler) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setEntityResolver(EntityResolver) - Method in class org.milyn.edisax.EDIParser
 
setEntityResolver(EntityResolver) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setErrorHandler(ErrorHandler) - Method in class org.milyn.edisax.EDIParser
 
setErrorHandler(ErrorHandler) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setEscape(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setFeature(String, boolean) - Method in class org.milyn.edisax.EDIParser
 
setFeature(String, boolean) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setField(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setFieldRepeat(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setHierarchyChangeListener(HierarchyChangeListener) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setIgnoreNewLines(boolean) - Method in class org.milyn.edisax.BufferedSegmentReader
Set ignore new lines in the EDI Stream.
setIgnoreUnmappedFields(Boolean) - Method in class org.milyn.edisax.model.internal.Segment
 
setIgnoreUnmappedSegments(Boolean) - Method in class org.milyn.edisax.model.internal.Edimap
 
setImportXmlTag(String) - Method in class org.milyn.edisax.model.internal.Segment
 
setIndentDepth(MutableInt) - Method in class org.milyn.edisax.EDIParser
Set the indent depth counter
setMappingModel(EdifactModel) - Method in class org.milyn.edisax.EDIParser
Set the EDI mapping model to be used in all subsequent parse operations.
setMappingsRegistry(MappingsRegistry) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
Set the EDI mapping model to be used in all subsequent parse operations.
setMaxLength(Integer) - Method in class org.milyn.edisax.model.internal.ValueNode
 
setMaxOccurs(Integer) - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
setMinLength(Integer) - Method in class org.milyn.edisax.model.internal.ValueNode
 
setMinOccurs(Integer) - Method in class org.milyn.edisax.model.internal.SegmentGroup
 
setName(String) - Method in class org.milyn.edisax.model.internal.Description
 
setName(String) - Method in class org.milyn.edisax.model.internal.MappingNode
 
setNamespace(String) - Method in class org.milyn.edisax.model.internal.Description
 
setNamespace(String) - Method in class org.milyn.edisax.model.internal.Import
 
setNamespace(String) - Method in class org.milyn.edisax.model.internal.MappingNode
 
setNamespaceDeclarationStack(NamespaceDeclarationStack) - Method in class org.milyn.edisax.EDIParser
Set the NamespaceDeclarationStack to be used by the reader instance.
setNamespaceDeclarationStack(NamespaceDeclarationStack) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setNodeTypeRef(String) - Method in class org.milyn.edisax.model.internal.MappingNode
 
setParent(MappingNode) - Method in class org.milyn.edisax.model.internal.MappingNode
 
setProperty(String, Object) - Method in class org.milyn.edisax.EDIParser
 
setProperty(String, Object) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
setRequired(Boolean) - Method in class org.milyn.edisax.model.internal.Component
 
setRequired(Boolean) - Method in class org.milyn.edisax.model.internal.Field
 
setRequired(Boolean) - Method in class org.milyn.edisax.model.internal.SubComponent
 
setResource(String) - Method in class org.milyn.edisax.model.internal.Import
 
setResourceURI(URI) - Method in class org.milyn.edisax.model.internal.Import
 
setSegcode(String) - Method in class org.milyn.edisax.model.internal.Segment
 
setSegment(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setSegmentListener(BufferedSegmentListener) - Method in class org.milyn.edisax.BufferedSegmentReader
Set the segment listener.
setSegments(SegmentGroup) - Method in class org.milyn.edisax.model.internal.Edimap
 
setSubComponent(String) - Method in class org.milyn.edisax.model.internal.Delimiters
 
setTruncatable(Boolean) - Method in class org.milyn.edisax.model.internal.Component
 
setTruncatable(Boolean) - Method in class org.milyn.edisax.model.internal.Field
 
setTruncatable(Boolean) - Method in class org.milyn.edisax.model.internal.Segment
 
setTruncatableComponents(Boolean) - Method in class org.milyn.edisax.model.internal.Import
 
setTruncatableFields(Boolean) - Method in class org.milyn.edisax.model.internal.Import
 
setTruncatableSegments(Boolean) - Method in class org.milyn.edisax.model.internal.Import
 
setValue(V) - Method in class org.milyn.edisax.model.internal.ParamEntry
 
setVersion(String) - Method in class org.milyn.edisax.model.internal.Description
 
setXmltag(String) - Method in class org.milyn.edisax.model.internal.MappingNode
 
split(String, String, String) - Static method in class org.milyn.edisax.util.EDIUtils
Splits a String by delimiter as long as delimiter does not follow an escape sequence.
startElement(MappingNode, boolean) - Method in class org.milyn.edisax.EDIParser
 
startElement(String, String, boolean) - Method in class org.milyn.edisax.EDIParser
 
startElement(String, String, boolean, Attributes) - Method in class org.milyn.edisax.EDIParser
 
SubComponent - Class in org.milyn.edisax.model.internal
 
SubComponent() - Constructor for class org.milyn.edisax.model.internal.SubComponent
 
SubComponent(String, String, Boolean) - Constructor for class org.milyn.edisax.model.internal.SubComponent
 

T

toLookupName(Description) - Static method in class org.milyn.edisax.util.EDIUtils
Convert Description to the string representation that is used for lookup in the hashmaps

U

UNAHandler - Class in org.milyn.edisax.unedifact.handlers
UNA Segment Handler.
UNAHandler() - Constructor for class org.milyn.edisax.unedifact.handlers.UNAHandler
 
UNBHandler - Class in org.milyn.edisax.unedifact.handlers
UNB Segment Handler.
UNBHandler(Segment, Segment, HashMap<String, Charset>) - Constructor for class org.milyn.edisax.unedifact.handlers.UNBHandler
 
UNEdifact41ControlBlockHandlerFactory - Class in org.milyn.edisax.unedifact.handlers.r41
UN/EDIFACT control block handler factory (Version 4, Release 1).
UNEdifact41ControlBlockHandlerFactory(HierarchyChangeListener) - Constructor for class org.milyn.edisax.unedifact.handlers.r41.UNEdifact41ControlBlockHandlerFactory
 
UNEdifactInterchangeParser - Class in org.milyn.edisax.unedifact
UN/EDIFACT Interchange Envelope parser.
UNEdifactInterchangeParser() - Constructor for class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
UNGHandler - Class in org.milyn.edisax.unedifact.handlers
UNG Segment Handler.
UNGHandler(Segment, Segment) - Constructor for class org.milyn.edisax.unedifact.handlers.UNGHandler
 
UNHHandler - Class in org.milyn.edisax.unedifact.handlers
UNH Segment Handler.
UNHHandler(Segment, Segment, HierarchyChangeListener) - Constructor for class org.milyn.edisax.unedifact.handlers.UNHHandler
 

V

validate(boolean) - Method in class org.milyn.edisax.unedifact.UNEdifactInterchangeParser
 
validateType(String, List<Map.Entry<String, String>>) - Method in enum org.milyn.edisax.EDITypeEnum
 
ValueNode - Class in org.milyn.edisax.model.internal
ValueNode.
ValueNode() - Constructor for class org.milyn.edisax.model.internal.ValueNode
 
ValueNode(String, String) - Constructor for class org.milyn.edisax.model.internal.ValueNode
 
valueOf(String) - Static method in enum org.milyn.edisax.EDITypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.milyn.edisax.model.internal.DelimiterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.milyn.edisax.EDITypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.milyn.edisax.model.internal.DelimiterType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Writer) - Method in class org.milyn.edisax.model.internal.Edimap
 
write(Edimap, Writer) - Static method in class org.milyn.edisax.util.EdimapWriter
 
write(Segment, Writer) - Static method in class org.milyn.edisax.util.EdimapWriter
 

X

XSD_V10 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V11 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V12 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V13 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V14 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V15 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 
XSD_V16 - Static variable in class org.milyn.edisax.model.EDIConfigDigester
 

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2018. All rights reserved.