}
else if (methodName == MethodName.GET) {
throw new XmlBlasterException(glob, ErrorCode.INTERNAL_NOTIMPLEMENTED, ME, "Object '" + type + "' not implemented, you can't use synchronous GET requests in queues.");
}
else if (methodName == MethodName.CONNECT) {
ConnectQosData connectQosData = glob.getConnectQosFactory().readObject(qos);
return new MsgQueueConnectEntry(glob, PriorityEnum.toPriorityEnum(priority), storageId,
new Timestamp(timestamp), sizeInBytes, connectQosData);
}
else if (methodName == MethodName.DISCONNECT) {
DisconnectQos disconnectQos = new DisconnectQos(glob, glob.getDisconnectQosFactory().readObject(qos));