case Q_SET_CLIENT_ID: return new SetClientIDQuery();
case R_SET_CLIENT_ID: return new SetClientIDResponse();
case Q_START_CONNECTION: return new StartConnectionQuery();
case R_START_CONNECTION: return new StartConnectionResponse();
case Q_STOP_CONNECTION: return new StopConnectionQuery();
case R_STOP_CONNECTION: return new StopConnectionResponse();
case Q_CREATE_BROWSER: return new CreateBrowserQuery();
case R_CREATE_BROWSER: return new CreateBrowserResponse();
case Q_CREATE_BROWSER_ENUM: return new QueueBrowserGetEnumerationQuery();
case R_CREATE_BROWSER_ENUM: return new QueueBrowserGetEnumerationResponse();
case Q_BROWSER_ENUM_FETCH: return new QueueBrowserFetchElementQuery();