Package com.legstar.coxb.transform

High level API for COBOL transformation.

See:
          Description

Interface Summary
IHostJsonTransformers Alternative to IHostTransformers which works on JSON rather than java object.
IHostToJavaTransformer Host to Java transformers offer the capability to turn a raw mainframe byte array to a java data object.
IHostToJsonTransformer Host to JSON transformers offer the capability to turn a raw mainframe byte array to JSON.
IHostToXmlTransformer Host to XML transformers offer the capability to turn a raw mainframe byte array to XML.
IHostTransformer Transformers convert complex types to/from raw mainframe byte arrays described by COBOL structures.
IHostTransformers Classes implementing this interface group transformers for a given complex type.
IHostXmlTransformers Alternative to IHostTransformers which works on XML rather than java object.
IJavaToHostTransformer Java to Host transformers offer the capability to turn a java data object to raw mainframe byte arrays.
IJsonToHostTransformer JSON to Host transformers offer the capability to turn an JSON to raw mainframe byte arrays.
IXmlToHostTransformer XML to Host transformers offer the capability to turn an XML to raw mainframe byte arrays.
 

Class Summary
AbstractHostToJavaTransformer Generic methods to transform host data to java.
AbstractHostToJsonTransformer Generic methods to transform host data to JSON.
AbstractHostToXmlTransformer Generic methods to transform host data to XML.
AbstractJavaToHostTransformer Generic methods to transform java value object to host data.
AbstractJsonToHostTransformer Generic methods to transform JSON to host data.
AbstractJsonTransformers A generic class that provides transformer capabilities for a given structure.
AbstractTransformer Transformers provide the foundation for host data transformations.
AbstractTransformers A generic class that provides transformer capabilities for a given structure.
AbstractXmlToHostTransformer Generic methods to transform XML to host data.
AbstractXmlTransformer  
AbstractXmlTransformers A generic class that provides transformer capabilities for a given structure.
HostTransformStatus This provides feedback on a transformation operation.
 

Exception Summary
HostTransformException Error transforming data to or from the host.
 

Package com.legstar.coxb.transform Description

High level API for COBOL transformation.



Copyright © 2015 LegSem. All Rights Reserved.