/* 757 */ RemoteHome homeAnnotation = (RemoteHome)resolveAnnotation(RemoteHome.class);
/* 758 */ if (homeAnnotation != null)
/* 759 */ home = homeAnnotation.value();
/* 760 */ RemoteBinding remoteBindingAnnotation = (RemoteBinding)resolveAnnotation(RemoteBinding.class);
/* 761 */ if (remoteBindingAnnotation != null) {
/* 762 */ homeHandle = new HomeHandleImpl(remoteBindingAnnotation.jndiBinding());
/* */ }
/* */
/* 765 */ EJBMetaDataImpl metadata = new EJBMetaDataImpl(remote, home, pkClass, true, false, homeHandle);
/* */
/* 768 */ InvocationResponse response = marshallResponse(statefulInvocation, metadata, null);