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