spring-framework / org.springframework.jndi / JndiObjectFactoryBean / setProxyInterfaces

setProxyInterfaces

open fun setProxyInterfaces(vararg proxyInterfaces: Class<*>): Unit

Specify multiple proxy interfaces to use for the JNDI object.

Typically used in conjunction with "lookupOnStartup"=false and/or "cache"=false. Note that proxy interfaces will be autodetected from a specified "expectedType", if necessary.

See Also
#setExpectedType#setLookupOnStartup#setCache