*/
@Override
public Object createProxyLocalEjb21(LocalBinding binding, String businessInterfaceType) throws Exception
{
StatelessLocalProxyFactory proxyFactory = this.getProxyFactory(binding);
return proxyFactory.createProxyEjb21(businessInterfaceType);
}
@Override
public Object createProxyRemoteEjb21(RemoteBinding binding, String businessInterfaceType) throws Exception
{