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(org.springframework.remoting.rmi.RmiProxyFactoryBean factoryBean)
    Perform additional configuration of the factory bean before the RequestReplyExchanger is created.
  • Method Details

    • configure

      void configure(org.springframework.remoting.rmi.RmiProxyFactoryBean factoryBean)
      Perform additional configuration of the factory bean before the RequestReplyExchanger is created.
      Parameters:
      factoryBean - the factory bean.