return this.createProxyRemoteEjb21(this.getRemoteBinding());
}
public Object createProxyRemoteEjb21(RemoteBinding binding) throws Exception
{
SessionSpecProxyFactory proxyFactory = (SessionSpecProxyFactory) this.getProxyFactory(binding);
return proxyFactory.createProxyEjb2x();
}