/* 93 */ return new StatelessLocalProxyFactory(this, binding);
/* */ }
/* */
/* */ protected RemoteProxyFactory createRemoteProxyFactory(RemoteBinding binding)
/* */ {
/* 99 */ Clustered clustered = (Clustered)getAnnotation(Clustered.class);
/* 100 */ if (clustered != null) {
/* 101 */ return new StatelessClusterProxyFactory(this, binding, clustered);
/* */ }
/* 103 */ return new StatelessRemoteProxyFactory(this, binding);
/* */ }