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

A

Action - Interface in com.adaptris.edi.actions
 
add(SearchableListItem) - Method in class com.adaptris.edi.util.SearchableList
Add a new SearchableListItem to the list
addChild(ContainerPart) - Method in interface com.adaptris.edi.container.ContainerPart
Add a child ContainerPart to the current part
addChild(DataModelPart) - Method in class com.adaptris.edi.model.CompositeField
 
addChild(DataModelPart) - Method in interface com.adaptris.edi.model.DataModelPart
 
addChild(DataModelPart) - Method in class com.adaptris.edi.model.Field
 
ATTRIBUTE - Static variable in interface com.adaptris.edi.model.DataModelPart
 

C

CFG_FORCE_COMPOSITE_OUTPUT - Static variable in class com.adaptris.edi.initialiser.GXMLParser
 
CFG_FORCE_FIELD_OUTPUT - Static variable in class com.adaptris.edi.initialiser.GXMLParser
 
characters(char[], int, int) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
 
characters(char[], int, int) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
CharacterSet - Interface in com.adaptris.edi
 
CharacterSetFactory - Interface in com.adaptris.core.transform.edi.legacy
 
CharsetUtil - Class in com.adaptris.edi.util
Some arbitrary utilties for support character encoding conventions within the EDI packages.
CharsetUtil() - Constructor for class com.adaptris.edi.util.CharsetUtil
 
closeService() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
closeService() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
com.adaptris.core.transform.edi.legacy - package com.adaptris.core.transform.edi.legacy
 
com.adaptris.edi - package com.adaptris.edi
 
com.adaptris.edi.actions - package com.adaptris.edi.actions
 
com.adaptris.edi.container - package com.adaptris.edi.container
 
com.adaptris.edi.initialiser - package com.adaptris.edi.initialiser
 
com.adaptris.edi.model - package com.adaptris.edi.model
 
com.adaptris.edi.parser - package com.adaptris.edi.parser
 
com.adaptris.edi.util - package com.adaptris.edi.util
 
Composite - Class in com.adaptris.edi.container
 
Composite - Class in com.adaptris.edi.model
 
Composite() - Constructor for class com.adaptris.edi.container.Composite
Creates a new instance of Composite
Composite(CharacterSet) - Constructor for class com.adaptris.edi.model.Composite
 
COMPOSITE - Static variable in interface com.adaptris.edi.model.DataModelPart
 
COMPOSITE_FIELD - Static variable in interface com.adaptris.edi.model.DataModelPart
 
CompositeField - Class in com.adaptris.edi.container
The CompositeField class is a container which is designed to hold the sub- fields of a composite record.
CompositeField - Class in com.adaptris.edi.model
 
CompositeField() - Constructor for class com.adaptris.edi.container.CompositeField
Creates a new instance of ContainerField
CompositeField(CharacterSet) - Constructor for class com.adaptris.edi.model.CompositeField
Creates a new instance of CompositeField
ConfigurableCharacterSet - Class in com.adaptris.edi
CharacterSet implementation that allows configuration.
ConfigurableCharacterSet() - Constructor for class com.adaptris.edi.ConfigurableCharacterSet
 
configure(GXMLParser, CharacterSet) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
ConfiguredCharacterSetFactory - Class in com.adaptris.core.transform.edi.legacy
An implementation of CharacterSetFactory that allows you to statically configure a CharacterSet.
ConfiguredCharacterSetFactory() - Constructor for class com.adaptris.core.transform.edi.legacy.ConfiguredCharacterSetFactory
 
ConfiguredCharacterSetFactory(CharacterSet) - Constructor for class com.adaptris.core.transform.edi.legacy.ConfiguredCharacterSetFactory
 
ContainerException - Exception in com.adaptris.edi
Custom exception thrown when an error is encountered by a class in the package com.adaptris.edi.container
ContainerException() - Constructor for exception com.adaptris.edi.ContainerException
 
ContainerException(String) - Constructor for exception com.adaptris.edi.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception com.adaptris.edi.ContainerException
 
ContainerException(Throwable) - Constructor for exception com.adaptris.edi.ContainerException
 
ContainerInitialiser - Class in com.adaptris.edi.initialiser
A package which takes the XML representation of a ContainerPart tree structure and parses it back into a new structure.
ContainerInitialiser() - Constructor for class com.adaptris.edi.initialiser.ContainerInitialiser
Creates a new instance of ContainerInitialiser
ContainerPart - Interface in com.adaptris.edi.container
Interface ContainerPart holds all the generic methods which may be required by a a data container.
ContainerPartFactory - Class in com.adaptris.edi.container
 
ContainerPartFactory() - Constructor for class com.adaptris.edi.container.ContainerPartFactory
 
createCharacterSet(AdaptrisMessage) - Method in interface com.adaptris.core.transform.edi.legacy.CharacterSetFactory
Create the character set that will be used for this message.
createCharacterSet(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.ConfiguredCharacterSetFactory
 
createCharacterSet(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.HexMetadataCharacterSetFactory
 
createCharacterSet(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
CreateStructureAction - Class in com.adaptris.edi.actions
 
CreateStructureAction() - Constructor for class com.adaptris.edi.actions.CreateStructureAction
Creates a new instance of CreateStructureAction

D

DataModelPart - Interface in com.adaptris.edi.model
Interface which defines the standard methods used by DataModelPart classes
DEFAULT_COMPOSITE_FIELD_SEPARATOR_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
DEFAULT_COMPOSITE_SEPARATOR_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
DEFAULT_ESCAPE_CHARACTER_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
DEFAULT_FIELD_SEPARATOR_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
DEFAULT_ID_SEPARATOR_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
DEFAULT_RECORD_SEPARATOR_KEY - Static variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
defaultEquals(Object) - Method in interface com.adaptris.edi.CharacterSet
 
defaultHashCode() - Method in interface com.adaptris.edi.CharacterSet
 
doAction(String, Action, ContainerPart) - Method in interface com.adaptris.edi.container.ContainerPart
perform xpath style query on the heirarchy
document(StringBuffer, int) - Method in interface com.adaptris.edi.container.ContainerPart
document(StringBuffer, int) - Method in interface com.adaptris.edi.model.DataModelPart
doService(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.EdiXmlService
 
doService(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
doService(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.XmlEdiService
 

E

EdiException - Exception in com.adaptris.edi
Super class wrapping all other EDI exceptions
EdiException() - Constructor for exception com.adaptris.edi.EdiException
 
EdiException(String) - Constructor for exception com.adaptris.edi.EdiException
 
EdiException(String, Throwable) - Constructor for exception com.adaptris.edi.EdiException
 
EdiException(Throwable) - Constructor for exception com.adaptris.edi.EdiException
 
EdiParser - Class in com.adaptris.edi.parser
EDI Specific version of the Parser.
EdiParser(int, CharacterSet) - Constructor for class com.adaptris.edi.parser.EdiParser
Creates a new instance of EdiParser
EdiService - Class in com.adaptris.core.transform.edi.legacy
Behaviour common to EDI transformations.
EdiService() - Constructor for class com.adaptris.core.transform.edi.legacy.EdiService
Create new instance.
EdiXmlService - Class in com.adaptris.core.transform.edi.legacy
EDI to XML service.
EdiXmlService() - Constructor for class com.adaptris.core.transform.edi.legacy.EdiXmlService
 
ELEMENT - Static variable in interface com.adaptris.edi.model.DataModelPart
 
emitEmptyComposites() - Method in class com.adaptris.edi.initialiser.Options
 
emitEmptyFields() - Method in class com.adaptris.edi.initialiser.Options
 
endDocument() - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
endElement(String, String, String) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
 
endElement(String, String, String) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
endPrefixMapping(String) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
equals(Object) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
equals(Object) - Method in class com.adaptris.edi.StandardEdifactCharacterSet
 
equals(Object) - Method in class com.adaptris.edi.StandardTradacomsCharacterSet
 
equals(Object) - Method in class com.adaptris.edi.StandardX12CharacterSet
 
error(SAXParseException) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
Called by the SAX Parser in the event of a parsing exception
error(SAXParseException) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser in the event of a parsing exception
ESCAPED_STRING - Static variable in class com.adaptris.edi.util.StreamParser
 

F

Field - Class in com.adaptris.edi.container
 
Field - Class in com.adaptris.edi.model
 
Field() - Constructor for class com.adaptris.edi.container.Field
Creates a new instance of Field
Field(CharacterSet) - Constructor for class com.adaptris.edi.model.Field
Creates a new instance of Field
FIELD - Static variable in interface com.adaptris.edi.model.DataModelPart
 
FIXED_LENGTH - Static variable in class com.adaptris.edi.util.StreamParser
 

G

get(int) - Method in class com.adaptris.edi.util.SearchableList
get the SearchableListItem at the supplied position
get(String, String) - Method in class com.adaptris.edi.util.SearchableList
return the SearchableListItem specified by the supplied type and id
getCharacterSet() - Method in class com.adaptris.core.transform.edi.legacy.ConfiguredCharacterSetFactory
 
getCharacterSet() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Returns the default character set for parsing the EDI message (default is EDIFACT).
getCharacterSet() - Method in class com.adaptris.edi.initialiser.GXMLParser
 
getCharacterSet() - Method in class com.adaptris.edi.model.Root
 
getCharacterSetFactory() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
getCharset() - Method in class com.adaptris.edi.util.StreamParser
Creates a new instance of StreamParser which will read the contents of the supplied Reader
getCharsetEncoding() - Method in class com.adaptris.core.transform.edi.legacy.HexMetadataCharacterSetFactory
 
getCharsetEncoding() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
getChild(int) - Method in interface com.adaptris.edi.container.ContainerPart
return the Child container part at the supplied index
getChild(int) - Method in class com.adaptris.edi.model.CompositeField
 
getChild(int) - Method in interface com.adaptris.edi.model.DataModelPart
 
getChild(int) - Method in class com.adaptris.edi.model.Field
 
getChildCount() - Method in interface com.adaptris.edi.container.ContainerPart
get the number of child ContainerParts held by this part
getChildCount() - Method in class com.adaptris.edi.model.CompositeField
Always returns 0 as CompositeFields cannot contain children
getChildCount() - Method in interface com.adaptris.edi.model.DataModelPart
 
getChildCount() - Method in class com.adaptris.edi.model.Field
Always returns 0 as CompositeFields cannot contain children
getChildList(String, String) - Method in interface com.adaptris.edi.container.ContainerPart
return the Child container part identified the supplied keys
getChildList(String, String) - Method in interface com.adaptris.edi.model.DataModelPart
 
getCompositeFieldSeparator() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getCompositeFieldSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getCompositeSeparator() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getCompositeSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getContent() - Method in class com.adaptris.edi.container.CompositeField
Returns the parsed content of this field
getContent() - Method in class com.adaptris.edi.container.Field
returns the parsed content of this Field
getContent() - Method in class com.adaptris.edi.util.StreamParser
returns the data extracted by the last readElement() call
getElementSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
getEscape() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getEscapeCharacter() - Method in interface com.adaptris.edi.CharacterSet
Method to return the Escape character for this character set
getEscapeCharacter() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getEscapeCharacter() - Method in class com.adaptris.edi.StandardEdifactCharacterSet
 
getEscapeCharacter() - Method in class com.adaptris.edi.StandardTradacomsCharacterSet
 
getEscapeCharacter() - Method in class com.adaptris.edi.StandardX12CharacterSet
 
getEscapeCharacterKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getFieldSeparator() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getFieldSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getHexEncode() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
getId() - Method in interface com.adaptris.edi.container.ContainerPart
return the ContainerPart's ID
getId() - Method in interface com.adaptris.edi.model.DataModelPart
 
getId() - Method in interface com.adaptris.edi.util.SearchableListItem
 
getIdSeparator() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getIdSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getMetadataKey() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
getOutputEmptyComposites() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
getOutputEmptyFields() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
getParent() - Method in interface com.adaptris.edi.container.ContainerPart
return the parent ContainerPart
getParent() - Method in class com.adaptris.edi.container.Root
This method always throws a ContainerException as it is not possible for the root element to have a parent
getParent() - Method in interface com.adaptris.edi.model.DataModelPart
 
getParent() - Method in class com.adaptris.edi.model.Root
 
getParser(AdaptrisMessage) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
getRecordSeparator() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getRecordSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
getRecordSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
getRepetitions() - Method in interface com.adaptris.edi.model.DataModelPart
 
getRoot() - Method in interface com.adaptris.edi.container.ContainerPart
return the root ContainerPart
getRoot() - Method in class com.adaptris.edi.initialiser.GXMLParser
returns the root DataModelPart created whilst parsing the gXML file
getRoot() - Method in interface com.adaptris.edi.model.DataModelPart
 
getSeparator(int) - Method in interface com.adaptris.edi.CharacterSet
Method to return a separator char for a given DataModelPart type.
getSeparator(int) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getSeparator(int) - Method in class com.adaptris.edi.StandardEdifactCharacterSet
 
getSeparator(int) - Method in class com.adaptris.edi.StandardTradacomsCharacterSet
 
getSeparator(int) - Method in class com.adaptris.edi.StandardX12CharacterSet
 
getSeparators() - Method in interface com.adaptris.edi.CharacterSet
Method to return an array containing all the separators used by this character set.
getSeparators() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
getSeparators() - Method in class com.adaptris.edi.StandardEdifactCharacterSet
 
getSeparators() - Method in class com.adaptris.edi.StandardTradacomsCharacterSet
 
getSeparators() - Method in class com.adaptris.edi.StandardX12CharacterSet
 
getSubElementSeparatorKey() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
getType() - Method in interface com.adaptris.edi.container.ContainerPart
return the Type of this ContainerPart
getType() - Method in interface com.adaptris.edi.model.DataModelPart
 
getType() - Method in interface com.adaptris.edi.util.SearchableListItem
 
getXmlDefinitionUrl() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
GXMLParser - Class in com.adaptris.edi.initialiser
Class GXMLParser extends org.xml.sax.helpers.DefaultHandler and is used as a ContentHandler and ErrorHandler plugin to a SAX Parser for handling gXML.
GXMLParser() - Constructor for class com.adaptris.edi.initialiser.GXMLParser
Creates a new instance of GXMLParser

H

hashCode() - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
hashCode() - Method in class com.adaptris.edi.StandardEdifactCharacterSet
 
hashCode() - Method in class com.adaptris.edi.StandardTradacomsCharacterSet
 
hashCode() - Method in class com.adaptris.edi.StandardX12CharacterSet
 
HexMetadataCharacterSetFactory - Class in com.adaptris.core.transform.edi.legacy
An implementation of CharacterSetFactory that derives a CharacterSet implementation from metadata where the values are hex-encoded.
HexMetadataCharacterSetFactory() - Constructor for class com.adaptris.core.transform.edi.legacy.HexMetadataCharacterSetFactory
 

I

Id - Class in com.adaptris.edi.model
 
Id(CharacterSet) - Constructor for class com.adaptris.edi.model.Id
Creates a new instance of Id
ID - Static variable in interface com.adaptris.edi.model.DataModelPart
 
ignorableWhitespace(char[], int, int) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
initialise(String, int, String) - Method in class com.adaptris.edi.actions.CreateStructureAction
 
initService() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
initService() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
isEnabled(License) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
isEnabled(License) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 

L

log - Variable in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
logConfigurableCharacterSetInfo(ConfigurableCharacterSet) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 

M

MetadataCharacterSetFactory - Class in com.adaptris.core.transform.edi.legacy
An implementation of CharacterSetFactory that derives a CharacterSet implementation from metadata.
MetadataCharacterSetFactory() - Constructor for class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
ModelException - Exception in com.adaptris.edi
Custom exception thrown when an error is encountered by a class in the package com.adaptris.edi.model
ModelException() - Constructor for exception com.adaptris.edi.ModelException
 
ModelException(String) - Constructor for exception com.adaptris.edi.ModelException
 
ModelException(String, Throwable) - Constructor for exception com.adaptris.edi.ModelException
 
ModelException(Throwable) - Constructor for exception com.adaptris.edi.ModelException
 

N

newInstance(int) - Static method in class com.adaptris.edi.container.ContainerPartFactory
 

O

options() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
Options - Class in com.adaptris.edi.initialiser
 
Options() - Constructor for class com.adaptris.edi.initialiser.Options
 
Options(Properties) - Constructor for class com.adaptris.edi.initialiser.Options
 
outputEmptyComposites() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Effectively shadows EdiService.getOutputEmptyComposites() with null protection.
outputEmptyFields() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Effectively shadows EdiService.getOutputEmptyFields() with null protection.

P

parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Composite
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.CompositeField
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in interface com.adaptris.edi.model.DataModelPart
 
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Field
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Id
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Record
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Root
Parses a section of an input file provided in the supplied StreamParser.
parse(StreamParser, Options) - Method in class com.adaptris.edi.model.Segment
Parses a section of an input file provided in the supplied StreamParser.
parse(InputStream) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
 
parse(Reader) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
 
Parser - Interface in com.adaptris.edi.parser
Interface for the Parser 'plug-in' architecture.
ParserException - Exception in com.adaptris.edi
Custom Exception thrown during file parsing
ParserException() - Constructor for exception com.adaptris.edi.ParserException
 
ParserException(String) - Constructor for exception com.adaptris.edi.ParserException
 
ParserException(String, Throwable) - Constructor for exception com.adaptris.edi.ParserException
 
ParserException(Throwable) - Constructor for exception com.adaptris.edi.ParserException
 
prepareService() - Method in class com.adaptris.core.transform.edi.legacy.EdiService
 
prepareService() - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
processingInstruction(String, String) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Composite
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.CompositeField
 
produce(OutputStream, ContainerPart, String, Options) - Method in interface com.adaptris.edi.model.DataModelPart
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Field
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Id
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Record
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Root
 
produce(OutputStream, ContainerPart, String, Options) - Method in class com.adaptris.edi.model.Segment
 
pushbackPart() - Method in class com.adaptris.edi.parser.EdiParser
Puts the last read Part of the file back on the StreaParser for rereading
pushbackPart() - Method in interface com.adaptris.edi.parser.Parser
Put the last read part back on the StreamParser for re-reading

Q

QUOTED_STRING - Static variable in class com.adaptris.edi.util.StreamParser
 

R

readElement() - Method in class com.adaptris.edi.util.StreamParser
reads the next elemement from the source of this StreamParser according to the specified parse rule
readPart(StreamParser) - Method in class com.adaptris.edi.parser.EdiParser
reads a section from an EDI message
readPart(StreamParser) - Method in interface com.adaptris.edi.parser.Parser
Method which reads a 'Part' from a message and returns an InputStream of its contents
Record - Class in com.adaptris.edi.container
 
Record - Class in com.adaptris.edi.model
 
Record() - Constructor for class com.adaptris.edi.container.Record
Creates a new instance of Record
Record(CharacterSet) - Constructor for class com.adaptris.edi.model.Record
Creates a new instance of Record
RECORD - Static variable in interface com.adaptris.edi.model.DataModelPart
 
resort() - Method in interface com.adaptris.edi.model.DataModelPart
 
resort() - Method in class com.adaptris.edi.util.SearchableList
this method resorts the members of the internal array in the event of their id / type values having changed
rethrowServiceException(Throwable) - Static method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
 
rewindElement(String) - Method in class com.adaptris.edi.util.StreamParser
Puts the supplied String back on the source for re-reading
Root - Class in com.adaptris.edi.container
 
Root - Class in com.adaptris.edi.model
 
Root() - Constructor for class com.adaptris.edi.container.Root
Creates a new instance of Root
Root() - Constructor for class com.adaptris.edi.model.Root
Creates a new instance of Root
ROOT - Static variable in interface com.adaptris.edi.model.DataModelPart
 
run(ContainerPart, ContainerPart) - Method in interface com.adaptris.edi.actions.Action
Run the action.
run(ContainerPart, ContainerPart) - Method in class com.adaptris.edi.actions.CreateStructureAction
 

S

SearchableList - Class in com.adaptris.edi.util
SearchableList combines the functionality of an Array and an 'iterative' HashMap, enabling items to be referenced by either index or key.
SearchableList() - Constructor for class com.adaptris.edi.util.SearchableList
Creates a new instance of SearchableList
SearchableListItem - Interface in com.adaptris.edi.util
Interface for data items to be held in a SearchableList
Segment - Class in com.adaptris.edi.container
 
Segment - Class in com.adaptris.edi.model
 
Segment() - Constructor for class com.adaptris.edi.container.Segment
Creates a new instance of Segment
Segment() - Constructor for class com.adaptris.edi.model.Segment
Creates a new instance of Segment
SEGMENT - Static variable in interface com.adaptris.edi.model.DataModelPart
 
SEPARATED_STRING - Static variable in class com.adaptris.edi.util.StreamParser
 
setCharacterSet(CharacterSet) - Method in class com.adaptris.core.transform.edi.legacy.ConfiguredCharacterSetFactory
Set the character set that will be used.
setCharacterSet(CharacterSet) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Sets the default character set for parsing the EDI message (default is EDIFACT).
setCharacterSet(CharacterSet) - Method in class com.adaptris.edi.initialiser.GXMLParser
 
setCharacterSet(CharacterSet) - Method in class com.adaptris.edi.model.Root
 
setCharacterSetFactory(CharacterSetFactory) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Sets the character set factory that will be used so that you can have a dynamic CharacterSet rather than a static one
setCharsetEncoding(String) - Method in class com.adaptris.core.transform.edi.legacy.HexMetadataCharacterSetFactory
Set the character set to be used when converting the hexadecimal byte sequence into a string.
setCharsetEncoding(String) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
Set the character set to be used when converting the string into a hex sequence.
setCompositeFieldSeparator(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setCompositeFieldSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the composite field separator.
setCompositeSeparator(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setCompositeSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the composite separator.
setContent(String) - Method in class com.adaptris.edi.container.CompositeField
Sets the content of the field
setContent(String) - Method in class com.adaptris.edi.container.Field
sets the parsed content of this Field
setDocumentLocator(Locator) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
setElementSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
Set the metadata key that contains the field separator.
setEscape(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setEscapeCharacterKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the escape character
setEscapeData(boolean) - Method in class com.adaptris.edi.model.CompositeField
 
setEscapeData(boolean) - Method in class com.adaptris.edi.model.Field
 
setFieldSeparator(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setFieldSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the field separator.
setHexEncode(Boolean) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
Specify whether or not to hex encode the separator values.
setId(String) - Method in interface com.adaptris.edi.container.ContainerPart
set the ContainerPart's ID
setId(String) - Method in interface com.adaptris.edi.model.DataModelPart
 
setIdSeparator(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setIdSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the id separator.
setMaxLength(int) - Method in class com.adaptris.edi.model.CompositeField
Method to set the maximum length allowed for output.
setMaxLength(int) - Method in class com.adaptris.edi.model.Field
Method to set the maximum length allowed for output.
setMetadataKey(String) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Set the metadata key that will be used to derive the xml definition url.
setOutputEmptyComposites(Boolean) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Specify whether or not to output empty composites.
setOutputEmptyFields(Boolean) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Specify whether or not to output empty fields.
setParent(ContainerPart) - Method in interface com.adaptris.edi.container.ContainerPart
set the parent ContainerPart
setParent(ContainerPart) - Method in class com.adaptris.edi.container.Root
This method always throws a ContainerException as it is not possible for the root element to have a parent
setParent(DataModelPart) - Method in interface com.adaptris.edi.model.DataModelPart
 
setParent(DataModelPart) - Method in class com.adaptris.edi.model.Root
 
setParseRule(int, char) - Method in class com.adaptris.edi.util.StreamParser
sets the parse rule and separator character of the element to be parsed.
setParseRule(int, char, char) - Method in class com.adaptris.edi.util.StreamParser
sets the parse rule, separator character and escape / quote character for the element to be parsed.
setParseRule(int, int) - Method in class com.adaptris.edi.util.StreamParser
Sets the parse rule and the length of the element to be parsed.
setRecordSeparator(String) - Method in class com.adaptris.edi.ConfigurableCharacterSet
 
setRecordSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.MetadataCharacterSetFactory
Set the metadata key that contains the record separator.
setRecordSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
Set the metadata key that contains the record separator.
setRepetitions(int) - Method in interface com.adaptris.edi.model.DataModelPart
 
setRoot(ContainerPart) - Method in interface com.adaptris.edi.container.ContainerPart
set the root ContainerPart
setRoot(DataModelPart) - Method in interface com.adaptris.edi.model.DataModelPart
 
setSubElementSeparatorKey(String) - Method in class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
Set the metadata key that contains the sub element separator.
setType(String) - Method in interface com.adaptris.edi.model.DataModelPart
 
setXmlDefinitionUrl(String) - Method in class com.adaptris.core.transform.edi.legacy.EdiService
Set the xml-definition URL.
size() - Method in class com.adaptris.edi.util.SearchableList
return the number of elements in the list
skippedEntity(String) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
StandardEdifactCharacterSet - Class in com.adaptris.edi
Standard EDIFACT CharacterSet implementation.
StandardEdifactCharacterSet() - Constructor for class com.adaptris.edi.StandardEdifactCharacterSet
 
StandardTradacomsCharacterSet - Class in com.adaptris.edi
Standard TRADACOMS CharacterSet implementation.
StandardTradacomsCharacterSet() - Constructor for class com.adaptris.edi.StandardTradacomsCharacterSet
 
StandardX12CharacterSet - Class in com.adaptris.edi
Standard X12 CharacterSet implementation.
StandardX12CharacterSet() - Constructor for class com.adaptris.edi.StandardX12CharacterSet
 
startDocument() - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
startElement(String, String, String, Attributes) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
 
startElement(String, String, String, Attributes) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
startPrefixMapping(String, String) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser
StreamParser - Class in com.adaptris.edi.util
A class which enables reading and re-reading of an InputStream.
StreamParser(InputStream, String) - Constructor for class com.adaptris.edi.util.StreamParser
 
StreamParser(String, String) - Constructor for class com.adaptris.edi.util.StreamParser
Creates a new instance of StreamParser which will read the contents of the supplied String
supportsChild(int) - Method in class com.adaptris.edi.model.Composite
Composite can only support child types of 'CompositeField'
supportsChild(int) - Method in class com.adaptris.edi.model.CompositeField
always returns false as CompositeFields cannot contain child parts
supportsChild(int) - Method in interface com.adaptris.edi.model.DataModelPart
 
supportsChild(int) - Method in class com.adaptris.edi.model.Field
always returns false as CompositeFields cannot contain child parts
supportsChild(int) - Method in class com.adaptris.edi.model.Id
always returns false as Id cannot support children
supportsChild(int) - Method in class com.adaptris.edi.model.Record
Record can support child types of Composite or Field
supportsChild(int) - Method in class com.adaptris.edi.model.Root
Root can support child types of Segment or Record
supportsChild(int) - Method in class com.adaptris.edi.model.Segment
Segment supports type of 'Segment' and 'Record'

T

TEXT - Static variable in interface com.adaptris.edi.model.DataModelPart
 
toByteArray(String, String) - Static method in class com.adaptris.edi.util.CharsetUtil
Helper class to convert a string to a byte array.
toReader(InputStream, String) - Static method in class com.adaptris.edi.util.CharsetUtil
Helper class to convert an inputstream into a reader
toString(byte[], String) - Static method in class com.adaptris.edi.util.CharsetUtil
Helper class to convert a byte array to a string.
types - Static variable in interface com.adaptris.edi.model.DataModelPart
A list of valid types.
Indexes of each type correspond to the int fields contained in this class.
Valid entries are:
"Invalid", "Root", "Segment", "Record", "Composite", "Field", "Element", "Attribute", "Text", "CompositeField", "Id"

U

undoRead() - Method in class com.adaptris.edi.model.Id
returns the read section to the StreamParser for re-reading

V

validate(ContainerPart) - Method in class com.adaptris.edi.model.Composite
dummy method - functionality not yet present
validate(ContainerPart) - Method in class com.adaptris.edi.model.CompositeField
dummy method - functionality not yet present
validate(ContainerPart) - Method in interface com.adaptris.edi.model.DataModelPart
 
validate(ContainerPart) - Method in class com.adaptris.edi.model.Field
dummy method - functionality not yet present
validate(ContainerPart) - Method in class com.adaptris.edi.model.Id
dummy method - not yet implemented
validate(ContainerPart) - Method in class com.adaptris.edi.model.Record
dummy method - not yet implemented
validate(ContainerPart) - Method in class com.adaptris.edi.model.Root
dummy method - not yet implemented
validate(ContainerPart) - Method in class com.adaptris.edi.model.Segment
dummy method - functionality not yet present

W

warning(SAXParseException) - Method in class com.adaptris.edi.initialiser.ContainerInitialiser
Called by the SAX Parser in the event of a parsing exception
warning(SAXParseException) - Method in class com.adaptris.edi.initialiser.GXMLParser
Called by the SAX Parser in the event of a parsing exception
writeXML(OutputStream, int) - Method in interface com.adaptris.edi.container.ContainerPart
write out an XML representation of this ContainerPart and all sub-parts
writeXML(OutputStream, int) - Method in interface com.adaptris.edi.model.DataModelPart
 
writeXML(Writer, int) - Method in class com.adaptris.edi.container.CompositeField
 
writeXML(Writer, int) - Method in interface com.adaptris.edi.container.ContainerPart
write out an XML representation of this ContainerPart and all sub-parts
writeXML(Writer, int) - Method in class com.adaptris.edi.container.Field
 
writeXML(Writer, int) - Method in interface com.adaptris.edi.model.DataModelPart
 

X

X12SeparatorMetadataService - Class in com.adaptris.core.transform.edi.legacy
Class that extracts X12 separators from an ISA record and sets them as metadata.
X12SeparatorMetadataService() - Constructor for class com.adaptris.core.transform.edi.legacy.X12SeparatorMetadataService
 
XmlEdiService - Class in com.adaptris.core.transform.edi.legacy
XML to EDI service.
XmlEdiService() - Constructor for class com.adaptris.core.transform.edi.legacy.XmlEdiService
 
A C D E F G H I L M N O P Q R S T U V W X 
All Classes All Packages