}
public Object createProxyLocalEjb21(Object id, LocalBinding binding, String businessInterfaceType) throws Exception
{
StatefulLocalProxyFactory proxyFactory = this.getProxyFactory(binding);
return proxyFactory.createProxyEjb21(id,businessInterfaceType);
}
public Object createProxyRemoteEjb21(Object id, String businessInterfaceType) throws Exception
{
RemoteBinding binding = this.getRemoteBinding();