/* 65 */ os.flush();
/* */ }
/* */
/* */ public ResponseSupport serverInvoke() throws Exception
/* */ {
/* 70 */ ConnectionFactoryEndpoint endpoint = (ConnectionFactoryEndpoint)Dispatcher.instance.getTarget(this.objectId);
/* */
/* 73 */ if (endpoint == null)
/* */ {
/* 75 */ throw new IllegalStateException("Cannot find object with ID " + this.objectId + " in dispatcher");
/* */ }
/* */
/* 78 */ return new ConnectionFactoryGetClientAOPStackResponse(endpoint.getClientAOPStack());
/* */ }