|
Class Summary |
| Accessors |
Class providing utility functions to parse field accessor names. |
| CoercionUtil |
This class provides a bunch of static methods to try and coerce one data type into
another if permitted and possible. |
| Debug |
Provides a static class to control all debugging output in the control. |
| Deserializer |
A Deserializer is responsible for moving fields from a Tuxedo buffer into
the arguments of the method signature. |
| FieldDeserializer |
Map an FML/FML32 or View/View32 buffer received from Tuxedo into a Java object. |
| FieldSerializer |
Map incoming Java objects to an FML/FML32 or View/View32 buffer. |
| JavaClassSerialize |
Get a list of publicly asscessible fields in a class. |
| JavaClassValidate |
Get a list of publicly asscessible fields in a class. |
| JavaFieldSerialize |
Provide access to a single field in a Java class. |
| JavaFieldValidate |
Provide access to a single field in a Java class. |
| MappingIssue |
A MappingIssue is logged with the TuxedoControl whenever an inexact mapping occurs
in mapping a method's signature to the Tuxedo buffers used in the method call. |
| MyFieldTable |
|
| Primitives |
Class providing translation of a primitive type to a type code. |
| RuntimeResources |
Provide access to localized strings for run-time code in the Tuxedo
Control. |
| Serializer |
A Serializer is responsible for moving fields from the arguments of the
method signature to a Tuxedo buffer. |
| StringDeserializer |
|
| StringUtil |
This class contains utility methods for dealing with Strings. |
| TuxClassFMLSerialize |
Provide access to the fields in an FML or FML32 buffer. |
| TuxClassFMLValidate |
Provide access to the fields in an FML or FML32 buffer. |
| TuxClassViewSerialize |
Provide access to the fields in a View or View32 class. |
| TuxClassViewValidate |
Provide access to the fields in a View or View32 class. |
| TuxedoControlChecker |
This is the main validation class. |
| TuxFieldFMLSerialize |
Class used by the serialization code. |
| TuxFieldViewSerialize |
Provide access to a single field in a View or View32 buffer. |
| TuxValidateField |
Validate the inputs to a method against an FML or View buffer. |
| TypeMap |
This class implements the Functional Spec map of behavior for different combinations
of Java types and Tuxedo FML/FML32 field types. |
| ValidationResources |
|