Class CustomTransportConfigurationType

All Implemented Interfaces:
Containerable, Freezable, ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class CustomTransportConfigurationType extends GeneralTransportConfigurationType
Custom type transport that can be realized either as a Java class (e.g. using overlay mechanism) specified in `type` element or via `expression`. If both are used, the `type` element takes preference.
See Also: