Package com.legstar.coxb.convert

Cobol to Java conversion process.

See:
          Description

Interface Summary
ICobolBinaryConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java numeric to cobol representation.
ICobolConverter This interface is implemented by converters, each specializing in a COBOL data type.
ICobolConverters This interface is implemented by converter sets.
ICobolConvertersFactory Concrete implementations of the CobolConvertsFactory implement this interface.
ICobolDbcsConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java String to cobol DBCS representation.
ICobolDoubleConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java numeric to cobol representation.
ICobolFloatConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java numeric to cobol representation.
ICobolNationalConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java String to cobol national representation.
ICobolOctetStreamConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java byte to cobol octet stream representation.
ICobolPackedDecimalConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java numeric to cobol representation.
ICobolStringConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java String to cobol representation.
ICobolZonedDecimalConverter This class uses the Strategy pattern to shield marshallers/unmarshallers from the specific Java numeric to cobol representation.
 

Class Summary
CobolConvertersFactory Concrete converter factories are hidden behind this factory.
 

Exception Summary
CobolConversionException Java element to host conversion issue.
 

Package com.legstar.coxb.convert Description

Cobol to Java conversion process. This package mainly contains interfaces and is independant of a particular implementation.



Copyright © 2015 LegSem. All Rights Reserved.