ImportContextClassLoaderEnum
public class ImportContextClassLoader
extends org.springframework.core.enums.StaticLabeledEnum
Modifier and Type | Field and Description |
---|---|
static ImportContextClassLoader |
CLIENT
Deprecated.
The TCCL will be set to that of the client upon service invocation.
|
static ImportContextClassLoader |
SERVICE_PROVIDER
Deprecated.
The TCCL will be set to that of the service provider upon service invocation.
|
static ImportContextClassLoader |
UNMANAGED
Deprecated.
The TCCL will not be managed upon service invocation.
|
public static final ImportContextClassLoader UNMANAGED
public static final ImportContextClassLoader SERVICE_PROVIDER
public static final ImportContextClassLoader CLIENT
Copyright © 2006–2018. All rights reserved.