See: Description
Class | Description |
---|---|
Jdk12Impl |
JDK 1.2 compatible basic vanilla no-frills implementation of
JdkImpl . |
Jdk13Impl |
JDK 1.3 compatible implementation; adds off-the-shelf simple data struct
instances on top of 1.2.
|
Jdk14Impl |
JDK 1.4 compatible implementation; adds support for setting Exception
root cause, as well as for
java.util.LinkedHashMap . |
JdkFeatures |
This is the class that is used to access JDK-version dependant
features.
|
JdkImpl |
This is the interface used to access JDK-dependant functionality; generally
things that later JDKs have in their APIs, but that can be simulated
with earlier JDKs to some degree.
|
JdkInfo |
Simple accessor class that can access JDK version information.
|
QNameCreator |
Helper class used to solve [WSTX-174]: some older AppServers were
shipped with incompatible version of QName class, which is missing
the 3 argument constructor.
|