This is a document for S2RMI 1.0.1. Documents for older versions of S2RMI are included in their respective distribution archive file.
S2RMI 1.0.1
Implementation class of RMIClientSocketFactory and RMIServerSocketFactory may be set in RMIAdaptorDeployer.
<component class="org.seasar.remoting.rmi.deployer.RMIAdaptorDeployer"> <property name="adaptor">rmiAdapptor</property> <property name="registryPort">1108</property> <property name="servicePort">1109</property> <initMethod name="deploy"/> <initMethod name="addCustomSocketFactory"> <arg> <component class="server.rmisocfac.XorClientSocketFactory"> <arg>0xAC</arg> </component> </arg> <arg> <component class="server.rmisocfac.XorServerSocketFactory"> <arg>0xAC</arg> </component> </arg> </initMethod> </component>