| Class | Description |
|---|---|
| ArrayMapper |
/**
Maps between one-dimensional arrays of different types.
|
| CastorMarshalMapper |
A type mapper that can marshal a Castor generated entity object
to the IDL struct used for CORBA transport (
XmlEntityStruct). |
| CastorUnmarshalMapper |
A type mapper that takes the IDL struct used for CORBA transport of xml entity objects (
XmlEntityStruct)
and instantiates the correct Castor binding class from the stringified xml. |
| ComponentInvocationHandler | |
| CompositionMapper |
Maps between composite objects, delegating the translation of values
recursively if necessary.
|
| DynamicProxyFactory | |
| HolderMapper |
Maps between CORBA
Holder classes that are used for
out/inout parameters. |
| IdentityMapper | |
| OffShootMapper |
Mapper for converting between an OffShoot normal type and an OffShoot that uses special XML entities
|
| TypeMapper |
Abstract base class for concrete mapper classes that convert an object into another
one of a different type, and the other way round.
|
| Exception | Description |
|---|---|
| DynWrapperException |