spring-framework / org.springframework.jms.remoting / JmsInvokerProxyFactoryBean / setServiceInterface

setServiceInterface

open fun setServiceInterface(serviceInterface: Class<*>): Unit

Set the interface that the proxy must implement.

Parameters

serviceInterface - the interface that the proxy must implement

Exceptions

IllegalArgumentException - if the supplied serviceInterface is not an interface type