Interface RmiOutboundGateway.RmiProxyFactoryBeanConfigurer
- Enclosing class:
- RmiOutboundGateway
public static interface RmiOutboundGateway.RmiProxyFactoryBeanConfigurer
Allows configuration of the proxy factory bean before the RMI proxy is created.
- Since:
- 4.3.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.springframework.remoting.rmi.RmiProxyFactoryBean factoryBean) Perform additional configuration of the factory bean before theRequestReplyExchanger
is created.
-
Method Details
-
configure
void configure(org.springframework.remoting.rmi.RmiProxyFactoryBean factoryBean) Perform additional configuration of the factory bean before theRequestReplyExchanger
is created.- Parameters:
factoryBean
- the factory bean.
-