/* 44 */ if (endpoint == null)
/* */ {
/* 46 */ throw new IllegalStateException("Cannot find object in dispatcher with ID " + this.objectId);
/* */ }
/* */
/* 49 */ endpoint.reset();
/* 50 */ return null;
/* */ }
/* */
/* */ public void read(DataInputStream is) throws Exception
/* */ {