LegStar Open-Source Mainframe Integration 1.3.2 API

Packages
com.legstar.c2ws.servlet The classes in this package provide servlets that act as gateways for incoming host calls.
com.legstar.cixs.gen.ant ANT based source code generators.
com.legstar.cixs.gen.ant.model Classes in this package help model parameters needed to generate services, either inbound or outbound, from a mapping file.
com.legstar.cixs.gen.model Classes in this package help model the mapping between a set of Mainframe programs and operations.
com.legstar.cixs.gen.model.options Generation options that can be selected for adapters or proxies.
com.legstar.cixs.jaxws.gen Classes in this package contain the logic to generate JAXWS artifacts.
com.legstar.cixs.jaxws.model Classes in this package describe the model from which a Jaxws service for LegStar is generated.
com.legstar.cobc.gen Generates the source for a complex Cobol data description based on Jaxb Cobol-annotated objects.
com.legstar.codec Utility classes to handle coding and decoding.
com.legstar.codegen Classes in this package provides an ANT based code generation mechanism where a series of Velocity templates are applied to a model.
com.legstar.codegen.models Classes in this package are abstract model representations that are used for velocity generation.
com.legstar.codegen.tasks Classes in this package are abstract ant task classes used by specialized ant generation tasks.
com.legstar.config Configuration classes.
com.legstar.config.commons Configuration classes based on Apache Commons Configuration.
com.legstar.coxb Cobol to Java binding application programming interface classes.
com.legstar.coxb.common Abstract classes representing the various types of objects that map from Cobol to java.
com.legstar.coxb.convert Cobol to Java conversion process.
com.legstar.coxb.convert.simple Simple implementation of Cobol to Java conversion processes.
com.legstar.coxb.gen Reflect on JAXB classes with cobol annotations to create binding classes.
com.legstar.coxb.host Java to Host binding classes that are not related with a particular legacy language.
com.legstar.coxb.impl Java to Cobol generic implementation binding classes.
com.legstar.coxb.impl.convert Java to Cobol conversion.
com.legstar.coxb.impl.reflect Java to Cobol binding using reflexion on JAXB and Cobol annotations.
com.legstar.coxb.impl.visitor Java to Cobol marshaling and unmarshaling classes.
com.legstar.coxb.transform High level API for COBOL transformation.
com.legstar.coxb.util Utility classes for the binding API.
com.legstar.csok.client Core connectivity classes to CICS over TCPIP Sockets.
com.legstar.eclipse.ant This package groups classes related with launching ant tasks.
com.legstar.eclipse.plugin.cixscom The common Cixs plugin itself.
com.legstar.eclipse.plugin.cixscom.dialogs Additional dialogs for Mainframe Service generation wizard.
com.legstar.eclipse.plugin.cixscom.popup.actions This plugin in common to all Cixs plugins.
com.legstar.eclipse.plugin.cixscom.preferences Classes that provide abstractions and interfaces for Cixs Eclipse plugin preferences.
com.legstar.eclipse.plugin.cixscom.wizards Classes that provide abstractions and interfaces for Cixs Eclipse plugin wizards.
com.legstar.eclipse.plugin.cixsmap The Cixsmap plugin provides an editor to map Mainframe programs to methods.
com.legstar.eclipse.plugin.cixsmap.actions Classes that implements actions in reaction to menu item selection of toolbar button push.
com.legstar.eclipse.plugin.cixsmap.dialogs This package includes all modal dialogs used by the mapping editor.
com.legstar.eclipse.plugin.cixsmap.editors This package contains the mapping editor.
com.legstar.eclipse.plugin.cixsmap.wizards The mapping editor can be used via a new file wizard for he first time.
com.legstar.eclipse.plugin.common These classes provide general purpose functions to other LegStar Eclipse Plugins.
com.legstar.eclipse.plugin.common.dialogs This package includes abstract dialog-related classes and interfaces shared by other plugins.
com.legstar.eclipse.plugin.common.preferences Preferences constants and pages shared by all Eclipse plugins.
com.legstar.eclipse.plugin.common.wizards Abstract classes shared by all wizards across LegStar.
com.legstar.eclipse.plugin.coxbgen Classes that are common to the entire Eclipse plugin such as the Activator or the preferences model.
com.legstar.eclipse.plugin.coxbgen.popup.actions Classes that deal with actions from menus and toolbars.
com.legstar.eclipse.plugin.coxbgen.wizards Classes that implement wizards.
com.legstar.eclipse.plugin.jaxwsgen The Jaxwsgen plugin provides a UI for Jaxws artifacts generation.
com.legstar.eclipse.plugin.jaxwsgen.popup.actions The Jaxwsgen plugin can be started from the mapping Editor or otherwise it appears as an option in a popup menu on files with cixs extension.
com.legstar.eclipse.plugin.jaxwsgen.preferences These are the preferences specific to the Jaxws artifacts generation.
com.legstar.eclipse.plugin.jaxwsgen.wizards The jaxws wizard inherits most of its behavior from the cixscom wizards.
com.legstar.eclipse.plugin.schemagen Main classes for the Schemagen Eclipse plugin.
com.legstar.eclipse.plugin.schemagen.actions Classes that handle actions triggered by menu items and tool bars.
com.legstar.eclipse.plugin.schemagen.preferences Preferences caonstants and pages for the schemagen Eclipse plugin.
com.legstar.eclipse.plugin.schemagen.util Utility classes and helpers.
com.legstar.eclipse.plugin.schemagen.viewers The viewers used by Schemagen plugin
com.legstar.eclipse.plugin.schemagen.wizards Wizard classes for XML schema generation assistance.
com.legstar.host.access Generic host access strategy classes.
com.legstar.host.invoke Interface and implementation of a request/response invoke mechanism of a remote host program.
com.legstar.host.invoke.model Model for host program invocation.
com.legstar.host.invoke.sample Low-level sample code showcases how the generic host invoker can be used directly .
com.legstar.host.server A multithread engine used to manage connections to a host system.
com.legstar.host.servlet A Servlet to statup an engine instance for servlet clients.
com.legstar.http.client Core connectivity classes to CICS over HTTP.
com.legstar.j2sc.gen Builds upon both Sun's JAXB schemaGen utility and XsdCobolAnnotator to provide a one step ant task generated a Cobol annotated schema from a Java POJO.
com.legstar.jaxb.plugin Classes involved in creating a JAXB customize plugin to the XJC tool.
com.legstar.messaging Generic messaging and host request/reply protocol.
com.legstar.mock.client Simulates predefined interactions with a Mainframe to help testing with a Mainframe.
com.legstar.mq.client Core connectivity classes to CICS over MQ.
com.legstar.mq.mqcih  
com.legstar.mq.mqcih.bind  
com.legstar.pool.manager The connection pool manager delivers pools depending on address schemes.
com.legstar.proxy.invoke Proxies act on behalf of mainframe programs to access remote processes such as Web Services.
com.legstar.proxy.invoke.jaxws Using the JAX-WS client, classes in this package access remote Web Services on behalf of mainframe programs.
com.legstar.proxy.invoke.pojo Classes in this package access remote POJO objects on behalf of mainframe programs.
com.legstar.util Various utility classes used for the Host to Java binding process.
com.legstar.work.invoke Encapsulates a a host access request in a unit of work that can be scheduled in a work manager.
com.legstar.work.manager Provides a basic work manager when in it is available from the environment.
com.legstar.xsdc.gen Automatically adds annotations to an XML Schema.

 



Copyright © 2010 LegSem. All Rights Reserved.