/* 62 */ if (endpoint == null)
/* */ {
/* 64 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 67 */ endpoint.stop();
/* */
/* 69 */ return null;
/* */ }
/* */
/* */ public void write(DataOutputStream os) throws Exception