@Override
public Object createProxyRemoteEjb21(RemoteBinding binding, String businessInterfaceType) throws Exception
{
BaseStatelessRemoteProxyFactory proxyFactory = this.getProxyFactory(binding);
return proxyFactory.createProxyEjb21(businessInterfaceType);
}
public Serializable createSession(Class<?> initTypes[], Object initArgs[])
{
if((initTypes != null && initTypes.length > 0) || (initArgs != null && initArgs.length > 0))