/* 69 */ if (endpoint == null)
/* */ {
/* 71 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 74 */ endpoint.unsubscribe(this.subName);
/* */
/* 76 */ return null;
/* */ }
/* */
/* */ public void write(DataOutputStream os) throws Exception