Class Summary |
BeanInvokerFactory |
Bean Invoker Factory is responsible for the Bean Invoker creation. |
BeanInvokerFormatter |
Provides all Format/unFormat and Decoration APIs for C/S Connectivity usage |
BeanInvokerImpl |
The basic Invoker class is the abstract class which encapsulates some basic functions about EJB accessing and
session propagation, for example, generate SystemData, WorkArea lifecycle management (if configured) etc.
|
BeanInvokerRegistry |
Information required for creating a Bean Invoker should be stored into a resource bundle. |
BeanInvokerUtil |
This class provides some basic Bean Invoker functions for external classes usage. |
BeanInvokerValidation |
Data can be validated before they are sent to EJB. |
DelimitedTokenizerImpl |
Provides APIs to un-format data from request data to EJB parameters;
and also format the EJB execution result to response data (for delimited format definition). |
FixLengthTokenizerImpl |
Provides APIs to un-format data from request data to EJB parameters; and also format
the EJB execution result to response data (for Fix length record format definition). |
Tokenizer |
Tokenizer is the abstract class provides basic Format/un-Format APIs. |
TypedDataConverter |
Provides all TypedData Converter APIs for C/S Connectivity usage |