Class CustomTransportConfigurationType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_3.CustomTransportConfigurationType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.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: