spring-framework / org.springframework.ejb.access / LocalStatelessSessionProxyFactoryBean / setBusinessInterface

setBusinessInterface

open fun setBusinessInterface(@Nullable businessInterface: Class<*>): Unit

Set the business interface of the EJB we're proxying. This will normally be a super-interface of the EJB local component interface. Using a business methods interface is a best practice when implementing EJBs.

Parameters

businessInterface - set the business interface of the EJB