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