public abstract class XAResourceWrapper extends Object implements XAResource
Wrappers over XAResources extend from this class. This class simply implements the
the standard XAResource interface. In addition it holds the XAConnection which is
set by XARecoveryManager and is used by deriving classes to implement workarounds.
An example of class extending from this is OracleXARescource.