カスタムソケットファクトリの利用
RMIAdaptorDeployerImplにはRMIClientSocketFactory,RMIServerSocketFactoryの 実装クラスを設定することができます.
RMIAdaptorDeployerImplの詳細定義
<component class="org.seasar.remoting.rmi.deployer.impl.RMIAdaptorDeployerImpl">
<property name="registryPort">1108</property>
<property name="servicePort">1109</property>
<initMethod name="deploy"/>
<destroyMethod name="undeploy"/>
<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>
