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 Type Method Description void
configure(RmiProxyFactoryBean factoryBean)
Perform additional configuration of the factory bean before theRequestReplyExchanger
is created.
-
Method Details
-
configure
Perform additional configuration of the factory bean before theRequestReplyExchanger
is created.- Parameters:
factoryBean
- the factory bean.
-