autoFlowControl = is.readBoolean();
}
public ResponseSupport serverInvoke() throws Exception
{
SessionEndpoint endpoint =
(SessionEndpoint)Dispatcher.instance.getTarget(objectId);
if (endpoint == null)
{
throw new IllegalStateException("Cannot find object in dispatcher with id " + objectId);
}
return new SessionCreateConsumerDelegateResponse((ClientConsumerDelegate)endpoint.createConsumerDelegate(dest, selector, noLocal, subName, connectionConsumer, autoFlowControl));
}